From 3d11946fd31795dadc4f8afd6090eeaceeeda82b Mon Sep 17 00:00:00 2001 From: Preston Vasquez Date: Tue, 10 Oct 2023 22:30:57 -0600 Subject: [PATCH] TEP-6614 Align Makefile envars --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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