Skip to content

Commit

Permalink
Use stable go version in gorelease workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wellle committed Dec 13, 2024
1 parent 59442d3 commit bba0a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: 1.19.x
GO_VERSION: stable
jobs:
gorelease:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bba0a65

Please sign in to comment.