We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ef02b7 + a1e91b8 commit 6046372Copy full SHA for 6046372
.github/workflows/build_test.yml
@@ -22,7 +22,7 @@ jobs:
22
- id: versions
23
run: |
24
versions=$(curl -s 'https://go.dev/dl/?mode=json' | jq -c 'map(.version[2:])')
25
- echo "::set-output name=value::${versions}"
+ echo "value=${versions}" >> $GITHUB_OUTPUT
26
build_test:
27
needs: go-versions
28
strategy:
.github/workflows/test.yml
test:
0 commit comments