diff --git a/Makefile b/Makefile index b2d4f5d0e3..3de94c12fd 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ vet: ## Run go vet against code. GOLANGCI_LINT=$(shell which golangci-lint) golangci-lint: ifeq ($(GOLANGCI_LINT),) - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.49.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.50.1 $(info golangci-lint has been installed) endif golangci-lint run --timeout 5m --go 1.19 ./...