diff --git a/Makefile b/Makefile index 08ecfaa..3309f8c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GOBASE=$(shell pwd) GOBIN=$(GOBASE)/bin $(GOBIN)/golangci-lint: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.10.1 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.11.3 .PHONY: tools tools: $(GOBIN)/golangci-lint