Skip to content

Commit 3aefdc6

Browse files
committed
Updated linter version
1 parent 7ac0a49 commit 3aefdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.make/go.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ lint: ## Run the golangci-lint application (install if not found)
7878
GOPATH=$$(go env GOPATH); \
7979
if [ -z "$$GOPATH" ]; then GOPATH=$$HOME/go; fi; \
8080
echo "Installation path: $$GOPATH/bin"; \
81-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$GOPATH/bin v1.56.2; \
81+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$GOPATH/bin v1.59.1; \
8282
fi; \
8383
fi; \
8484
if [ "$(TRAVIS)" != "" ]; then \

0 commit comments

Comments
 (0)