diff --git a/Makefile b/Makefile index 1c9fb08..58e0143 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GO ?= go GOFMT ?= gofmt PKGS ?= ./... GOFILES := $(filter-out $(shell git ls-files --deleted -- '*.go'),$(shell git ls-files -- '*.go')) -GOVULNCHECK_VERSION ?= v1.4.0 +GOVULNCHECK_VERSION ?= v1.5.0 ALLOW_TIDY_CHANGES ?= 0 # Keep build cache inside the repo so local runs are reproducible and do not