Skip to content

Commit 1fc81cf

Browse files
committed
Modify go.yml file
Signed-off-by: Sachin Sahu <[email protected]>
1 parent cd45345 commit 1fc81cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Read supported_go_versions.txt
2424
id: matrix
2525
run: |
26-
versions=$(head -n 3 supported_go_versions.txt)
26+
versions=$(cat supported_go_versions.txt)
2727
matrix="[$(echo "$versions" | sed 's/\(.*\)/"\1"/' | paste -s -d,)]"
2828
echo "supported_versions=$matrix" >> $GITHUB_OUTPUT
2929

0 commit comments

Comments
 (0)