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 committed Jan 8, 2025
1 parent 36b5923 commit b8affe4
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 @@ -195,9 +196,6 @@ linters-settings:
- suite-extra-assert-call
- suite-thelper

output:
uniq-by-line: false

run:
go: '1.22'
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.22.10
GOLANGCI_LINT_VERSION ?= v1.61.0
GOLANGCI_LINT_VERSION ?= v1.63.4

NODE_VERSION ?= 20.18.0

Expand Down

0 comments on commit b8affe4

Please sign in to comment.