From 3ad97f1c014230d85d112e5e550d0688b731c979 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Mon, 16 Sep 2024 19:47:41 -0400 Subject: [PATCH] Upgraded linter version --- .make/go.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.make/go.mk b/.make/go.mk index 1304610..db010ae 100644 --- a/.make/go.mk +++ b/.make/go.mk @@ -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 \