Skip to content

Commit

Permalink
use wildcard for go version
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Aug 30, 2023
1 parent 373aff9 commit 1846329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.19'
go-version: '1.19.x'

- run: CGO_ENABLED=0 make release

Expand Down

0 comments on commit 1846329

Please sign in to comment.