We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d925085 commit 0cf017fCopy full SHA for 0cf017f
.github/workflows/release-check.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: ipdxco/unified-github-workflows/.github/actions/read-go-mod@main
60
- uses: actions/setup-go@v5
61
with:
62
- go-version: ${{ fromJSON(steps.go-mod.outputs.json).Go && format('{0}.x', fromJSON(steps.go-mod.outputs.json).Go) || 'stable' }}
+ go-version: ${{ fromJSON(steps.go-mod.outputs.json).Go || 'stable' }}
63
cache: false
64
- id: version
65
name: Determine version
0 commit comments