diff --git a/Makefile b/Makefile index 64f4170..11525a3 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.2.2 GINKGOLINTER_VERSION ?= 0.19.1 ## Location to install dependencies an GO binaries