Skip to content

Commit 0cf017f

Browse files
authored
Fix release check (#96)
1 parent d925085 commit 0cf017f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: ipdxco/unified-github-workflows/.github/actions/read-go-mod@main
6060
- uses: actions/setup-go@v5
6161
with:
62-
go-version: ${{ fromJSON(steps.go-mod.outputs.json).Go && format('{0}.x', fromJSON(steps.go-mod.outputs.json).Go) || 'stable' }}
62+
go-version: ${{ fromJSON(steps.go-mod.outputs.json).Go || 'stable' }}
6363
cache: false
6464
- id: version
6565
name: Determine version

0 commit comments

Comments
 (0)