forked from Silverfish/proton-bridge
GODT-1645: install upd 1.18 for godog
This commit is contained in:
committed by
Romain Le Jeune
parent
7b19fb44a4
commit
075da27d13
@ -14,6 +14,7 @@ check-godog:
|
|||||||
@which godog || $(MAKE) install-godog
|
@which godog || $(MAKE) install-godog
|
||||||
install-godog: check-go
|
install-godog: check-go
|
||||||
go install github.com/cucumber/godog/cmd/godog@v0.12.5
|
go install github.com/cucumber/godog/cmd/godog@v0.12.5
|
||||||
|
go install github.com/cucumber/godog/cmd/godog@upd-go1.18
|
||||||
|
|
||||||
test: test-bridge
|
test: test-bridge
|
||||||
test-bridge: FEATURES ?= features
|
test-bridge: FEATURES ?= features
|
||||||
|
|||||||
Reference in New Issue
Block a user