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 89a0911 commit 5f8afa0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/golang_rc_candidate_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: Run coverage commands
shell: bash
run: |
#!/bin/bash
Expand All @@ -28,13 +29,14 @@ 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 5f8afa0

Please sign in to comment.