Skip to content

Commit

Permalink
TEP-6614 Align Makefile envars
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez authored Oct 11, 2023
1 parent 9497289 commit 3d11946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d11946

Please sign in to comment.