Skip to content

Commit 4710808

Browse files
Claudesreya
Claude
authored andcommitted
fix: upgrade golangci-lint to v1.64.8
This version has better Go 1.24.1 compatibility and is the latest available version. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3c3aa21 commit 4710808

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ lint/go:
521521
./scripts/check_enterprise_imports.sh
522522
./scripts/check_codersdk_imports.sh
523523
echo "Temporarily using custom golangci-lint invocation compatible with Go 1.24.1"
524-
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.1 run \
524+
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8 run \
525525
--timeout 5m \
526526
--allow-parallel-runners \
527527
--disable-all \

dogfood/coder/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ RUN systemctl enable \
271271
ARG CLOUD_SQL_PROXY_VERSION=2.2.0 \
272272
DIVE_VERSION=0.10.0 \
273273
DOCKER_GCR_VERSION=2.1.8 \
274-
GOLANGCI_LINT_VERSION=1.57.1 \
274+
GOLANGCI_LINT_VERSION=1.64.8 \
275275
GRYPE_VERSION=0.61.1 \
276276
HELM_VERSION=3.12.0 \
277277
KUBE_LINTER_VERSION=0.6.3 \

0 commit comments

Comments
 (0)