Skip to content

Commit

Permalink
Use stable Go version in all workflows (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder authored Oct 13, 2024
1 parent 89b95c0 commit a5d356a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.55
version: v1.61
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '^1.19.3'
go-version: stable
-
name: Release
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit a5d356a

Please sign in to comment.