diff --git a/Makefile b/Makefile index 64f4170..09a223f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ GOIMPORTS ?= $(LOCALBIN)/goimports GOLINT ?= $(LOCALBIN)/golangci-lint ## Tool Versions -GOLINT_VERSION ?= 2.2.1 +GOLINT_VERSION ?= 2.6.2 GINKGOLINTER_VERSION ?= 0.19.1 ## Location to install dependencies an GO binaries