From dbadf8d9a6da9eb4f3bc56880a30a21be42130d9 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Thu, 16 Aug 2018 18:13:20 +0200 Subject: [PATCH] Update go version for testing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d2ff11ba..695439625 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ VENDORFMT = $(shell which vendorfmt) # pin versions for CI builds CI_CONSUL_VERSION=1.0.6 CI_VAULT_VERSION=0.9.6 -CI_GO_VERSION=1.10.2 +CI_GO_VERSION=1.10.3 # all is the default target all: test