diff --git a/Makefile b/Makefile index 38d90b0174a..ff586d145ee 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ TESTPKGS = $(shell env GO111MODULE=on $(GO) list -f \ '{{ if or .TestGoFiles .XTestGoFiles }}{{ .ImportPath }}{{ end }}' \ $(PKGS)) BIN = $(CURDIR)/.bin -WOKE ?= go run -modfile go.mod github.com/get-woke/woke +WOKE ?= go run -modfile go.mod github.com/get-woke/woke GOLANGCI_VERSION = v1.52.2 -WOKE_VERSION = v0.19.0 +WOKE_VERSION = v0.19.0 GO = go TIMEOUT_UNIT = 5m