Skip to content

Commit

Permalink
dsds
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinputhenveettil committed Sep 25, 2024
1 parent 1b3cc50 commit 89a0911
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/golang_rc_candidate_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
echo "Installing gvm"
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
source /home/runner/.gvm/scripts/gvm
# source /home/runner/.gvm/scripts/gvm
gvm listall
# gvm listall
rcToInstall=$(gvm listall | grep rc | grep 23 | tail -1)
# rcToInstall=$(gvm listall | grep rc | grep 23 | tail -1)
echo "RC version : $rcToInstall"
# echo "RC version : $rcToInstall"

0 comments on commit 89a0911

Please sign in to comment.