Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4710808

Browse files
Claudeclaude
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 parent3c3aa21 commit4710808

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
@@ -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

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)

[8]ページ先頭

©2009-2025 Movatter.jp