Skip to content

Commit 05d413a

Browse files
Claudeclaude
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 c84da7b commit 05d413a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ lint/go:
506506
./scripts/check_enterprise_imports.sh
507507
./scripts/check_codersdk_imports.sh
508508
echo "Temporarily using custom golangci-lint invocation compatible with Go 1.24.1"
509-
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.1 run \
509+
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8 run \
510510
--timeout 5m \
511511
--allow-parallel-runners \
512512
--disable-all \

dogfood/coder/Dockerfile

Lines changed: 1 addition & 1 deletion
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)