Skip to content

Commit 91d00d4

Browse files
authored
chore: pin golangci-lint to version compatible with Go 1.25 (#2611)
golangci-lint 2.8.0 is built with Go 1.26, which causes a panic when linting code pinned to Go 1.25 ("file requires newer Go version go1.26"). Downgrade golangci-lint to a release built against Go 1.25 to match the toolchain specified in .tool-versions.
1 parent 000bdff commit 91d00d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buf 1.28.1
22
bun 1.3.2
33
gcloud 534.0.0
44
golang 1.25.9
5-
golangci-lint 2.8.0
5+
golangci-lint 2.7.2
66
packer 1.13.1
77
protoc 29.3
88
protoc-gen-connect-go 1.18.1

0 commit comments

Comments
 (0)