diff --git a/Makefile b/Makefile index a2c2aeef7..08f2ae885 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,9 @@ GOVERSION = $(shell go version | awk '{print $$3;}') GORELEASER = $(shell which goreleaser) # pin versions for CI builds -CI_CONSUL_VERSION=1.1.0 -CI_VAULT_VERSION=0.10.1 -CI_GO_VERSION=1.10.3 +CI_CONSUL_VERSION=1.2.3 +CI_VAULT_VERSION=0.11.1 +CI_GO_VERSION=1.11 # all is the default target all: test