Skip to content

Commit

Permalink
ci: update tools versions
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Jun 28, 2024
1 parent b2db455 commit 2642f9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22.2"
cache: false
- name: Go linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.57
version: v1.57.2
args: --timeout=30m
install-mode: binary
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22.2"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22.2"
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 2642f9c

Please sign in to comment.