From 9f1bb5726b0d2228228290676c87dee027155134 Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Wed, 12 Feb 2025 10:39:08 +0000 Subject: [PATCH] chore: bump golangci-lint for go 1.24.x support Signed-off-by: Weston Steimel --- .golangci.yaml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index aa2fd9d..778dc0c 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,5 +1,6 @@ issues: max-same-issues: 25 + uniq-by-line: false # TODO: enable this when we have coverage on docstring comments # # The list of ids of default excludes to include or disable. @@ -57,8 +58,7 @@ linters-settings: gosec: excludes: - G115 -output: - uniq-by-line: false + run: timeout: 10m tests: false diff --git a/Makefile b/Makefile index 8777b4d..08330e7 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ GLOW_CMD = $(TEMP_DIR)/glow # Tool versions ################################# QUILL_VERSION = latest -GOLANG_CI_VERSION = v1.61.0 +GOLANG_CI_VERSION = v1.64.2 GOBOUNCER_VERSION = v0.4.0 GORELEASER_VERSION = v2.3.2 GOSIMPORTS_VERSION = v0.3.8