Skip to content

Commit 8e8e0ab

Browse files
committed
Upgrade to golangci-lint v1.63.0
1 parent 5370b4e commit 8e8e0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ brew-lint-depends:
3838

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

4343
.PHONY: install-generators # Install Go code generators
4444
install-generators:

0 commit comments

Comments
 (0)