diff --git a/Makefile b/Makefile index e7a8531..7fea593 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ help: @echo " lint run linting" $(GOBIN)/golangci-lint: - curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b $(GOBIN) v2.12.2 + curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b $(GOBIN) v2.13.1 .PHONY: tools tools: $(GOBIN)/golangci-lint