Skip to content

Commit

Permalink
[all] Update golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
psyomn committed Dec 8, 2024
1 parent 3844b9e commit 4abd810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deps-list-upgrades:
lint:
golangci-lint run

GOLANGCI_LINT_VERSION=v1.59.1
GOLANGCI_LINT_VERSION=v1.61.0
linter-install:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION)

Expand Down

0 comments on commit 4abd810

Please sign in to comment.