From 9a2969fbb44f687eb4344a383d4c27c47bec6157 Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Tue, 7 Jan 2025 18:24:45 -0300 Subject: [PATCH] chore: Bump golangci-lint to v1.63.4 (#50846) * chore: Bump golangci-lint to v1.63.4 * Change output.uniq-by-line to issues.uniq-by-line --- .golangci.yml | 4 +--- build.assets/versions.mk | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 01e8fe99ef061..229a5838f2462 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -61,6 +61,7 @@ issues: exclude-use-default: true max-same-issues: 0 max-issues-per-linter: 0 + uniq-by-line: false linters: disable-all: true @@ -271,9 +272,6 @@ linters-settings: - p: '^rsa\.GenerateKey$' msg: 'generating RSA keys is slow, use lib/cryptosuites to generate an appropriate key type' -output: - uniq-by-line: false - run: go: '1.23' build-tags: [] diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 94e9e3a12831e..6d20cc6e8c09e 100644 --- a/build.assets/versions.mk +++ b/build.assets/versions.mk @@ -4,7 +4,7 @@ # Sync with devbox.json. GOLANG_VERSION ?= go1.23.4 -GOLANGCI_LINT_VERSION ?= v1.62.2 +GOLANGCI_LINT_VERSION ?= v1.63.4 NODE_VERSION ?= 20.18.0