Skip to content

Commit

Permalink
Modify go.yml file
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Sahu <[email protected]>
  • Loading branch information
SachinSahu431 committed Apr 2, 2024
1 parent cd45345 commit 1fc81cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Read supported_go_versions.txt
id: matrix
run: |
versions=$(head -n 3 supported_go_versions.txt)
versions=$(cat supported_go_versions.txt)
matrix="[$(echo "$versions" | sed 's/\(.*\)/"\1"/' | paste -s -d,)]"
echo "supported_versions=$matrix" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 1fc81cf

Please sign in to comment.