Skip to content

Commit

Permalink
chore: Bump golangci-lint to v1.63.4 (#50846)
Browse files Browse the repository at this point in the history
* chore: Bump golangci-lint to v1.63.4

* Change output.uniq-by-line to issues.uniq-by-line
  • Loading branch information
codingllama authored Jan 7, 2025
1 parent 2c764e1 commit 9a2969f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: []
Expand Down
2 changes: 1 addition & 1 deletion build.assets/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9a2969f

Please sign in to comment.