Skip to content

Commit

Permalink
Upgraded linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 16, 2024
1 parent 003b62e commit 3ad97f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .make/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lint: ## Run the golangci-lint application (install if not found)
GOPATH=$$(go env GOPATH); \
if [ -z "$$GOPATH" ]; then GOPATH=$$HOME/go; fi; \
echo "Installation path: $$GOPATH/bin"; \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$GOPATH/bin v1.57.2; \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$GOPATH/bin v1.61.0; \
fi; \
fi; \
if [ "$(TRAVIS)" != "" ]; then \
Expand Down

0 comments on commit 3ad97f1

Please sign in to comment.