From 6f2f47a30b1124a9ed51c25eed6da930092a45b6 Mon Sep 17 00:00:00 2001 From: Tomas Virgl <739690+tvi@users.noreply.github.com> Date: Sat, 9 May 2026 21:27:05 -0700 Subject: [PATCH] chore: pin golangci-lint to version compatible with Go 1.25 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. --- .tool-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tool-versions b/.tool-versions index a6f2b5f87e..0f0be999be 100644 --- a/.tool-versions +++ b/.tool-versions @@ -2,7 +2,7 @@ buf 1.28.1 bun 1.3.2 gcloud 534.0.0 golang 1.25.9 -golangci-lint 2.8.0 +golangci-lint 2.7.2 packer 1.13.1 protoc 29.3 protoc-gen-connect-go 1.18.1