Skip to content

Commit

Permalink
Update Go and linters in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed Apr 30, 2024
1 parent f9c3464 commit 10666d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.21'
go-version: '1.22'

- name: Checkout
uses: actions/checkout@v1
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.54.2
version: v1.57.2
args: --timeout 10m

- name: Vet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.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@v1
with:
go-version: '1.21'
go-version: '1.22'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
Expand Down

0 comments on commit 10666d0

Please sign in to comment.