Skip to content

Commit

Permalink
Upgrade to golangci-lint v1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jan 1, 2025
1 parent 5370b4e commit 8e8e0ab
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 @@ -38,7 +38,7 @@ brew-lint-depends:

.PHONY: debian-lint-depends # Install linting tools on Debian
debian-lint-depends:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/bin v1.62.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/bin v1.63.0

.PHONY: install-generators # Install Go code generators
install-generators:
Expand Down

0 comments on commit 8e8e0ab

Please sign in to comment.