From 1d1d76155dfef4937a033a424cede0f2d7a521d4 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Wed, 19 Sep 2018 21:23:44 +0200 Subject: [PATCH] Upgrade to go1.11 and consul/vault versions for testing --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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