We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555b025 commit 1cf056dCopy full SHA for 1cf056d
.github/workflows/go-check.yml
@@ -37,7 +37,7 @@ jobs:
37
id: go
38
uses: actions/setup-go@v5
39
with:
40
- go-version: ${{ inputs.go-version || (fromJSON(steps.go-mod.outputs.json).Go && format('{0}.x', fromJSON(steps.go-mod.outputs.json).Go)) }}
+ go-version: ${{ inputs.go-version || (fromJSON(steps.go-mod.outputs.json).Go && fromJSON(steps.go-mod.outputs.json).Go }}
41
cache: ${{ inputs.go-cache }}
42
- name: Run repo-specific setup
43
uses: ./.github/actions/go-check-setup
0 commit comments