From 075da27d13490755d956e4ae77d347fd33ae40ce Mon Sep 17 00:00:00 2001 From: Romain LE JEUNE Date: Mon, 17 Oct 2022 11:17:24 +0200 Subject: [PATCH] GODT-1645: install upd 1.18 for godog --- test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile b/test/Makefile index c0a07540..416e720b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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