Skip to content

Commit 1cf056d

Browse files
committed
Omit patch version in go-check go-version
1 parent 555b025 commit 1cf056d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: go
3838
uses: actions/setup-go@v5
3939
with:
40-
go-version: ${{ inputs.go-version || (fromJSON(steps.go-mod.outputs.json).Go && format('{0}.x', fromJSON(steps.go-mod.outputs.json).Go)) }}
40+
go-version: ${{ inputs.go-version || (fromJSON(steps.go-mod.outputs.json).Go && fromJSON(steps.go-mod.outputs.json).Go }}
4141
cache: ${{ inputs.go-cache }}
4242
- name: Run repo-specific setup
4343
uses: ./.github/actions/go-check-setup

0 commit comments

Comments
 (0)