Skip to content

Commit

Permalink
unpin specific Go version in GH actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jul 3, 2024
1 parent f58c13e commit f148a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: '1.19'
go-version: '1.19.x'

- run: CGO_ENABLED=0 make release

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: '1.19'
go-version: '1.19.x'

- run: CGO_ENABLED=0 make release

Expand Down

0 comments on commit f148a53

Please sign in to comment.