GODT-1645: install upd 1.18 for godog

This commit is contained in:
Romain LE JEUNE
2022-10-17 11:17:24 +02:00
committed by Romain Le Jeune
parent 7b19fb44a4
commit 075da27d13

View File

@ -14,6 +14,7 @@ check-godog:
@which godog || $(MAKE) install-godog
install-godog: check-go
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-bridge: FEATURES ?= features