Skip to content

Commit

Permalink
Merge branch 'issue6614' of github.com:prestonvasquez/pipeline into i…
Browse files Browse the repository at this point in the history
…ssue6614
  • Loading branch information
prestonvasquez committed Oct 11, 2023
2 parents a1bf5d3 + 3d11946 commit a9da679
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 a9da679

Please sign in to comment.