Skip to content

Commit a1fa700

Browse files
committed
Update golangci-lint to v2.5.0
gofumpt version for local developement is updated to `v0.9.1`. This commit updates golangci-lint to `v2.5.0` which is the lastest and the first version supports `[email protected]` to match the behavior of local dev and ci. This version of golangci-lint supports go 1.24 as well.
1 parent d4bbd12 commit a1fa700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
uses: golangci/golangci-lint-action@v8
172172
with:
173173
# If you change this, make sure to also update scripts/golangci-lint-shim.sh
174-
version: v2.4.0
174+
version: v2.5.0
175175
- name: errors
176176
run: golangci-lint run
177177
if: ${{ failure() }}

scripts/golangci-lint-shim.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
set -e
44

55
# Must be kept in sync with the version in .github/workflows/ci.yml
6-
version="v2.4.0"
6+
version="v2.5.0"
77

88
go run "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$version" "$@"

0 commit comments

Comments
 (0)