Skip to content

Commit 55068ed

Browse files
authored
Upgrade golangci-lint to version v2.12.2
Updated golangci-lint version to v2.12.2 for compatibility.
1 parent d1f27fb commit 55068ed

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,5 @@ jobs:
4040
- name: golangci-lint
4141
uses: golangci/golangci-lint-action@v6
4242
with:
43-
version: v1.64
44-
# Compile golangci-lint with the toolchain set up above (Go 1.25) so
45-
# its typechecker can read the `go 1.25` module. The official
46-
# prebuilt v1.64 binary is built with Go 1.24 and rejects it.
47-
install-mode: goinstall
43+
version: v2.12.2
4844
args: --timeout=10m

0 commit comments

Comments
 (0)