From f3d3b0b0929533e6b257dc855da35268ef9dd807 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Mon, 29 May 2017 09:38:16 -0700 Subject: [PATCH] Bump CNI base image to go1.7.6 --- build/cni/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cni/Makefile b/build/cni/Makefile index f5140ee989b..73b2c06ccb2 100644 --- a/build/cni/Makefile +++ b/build/cni/Makefile @@ -22,7 +22,7 @@ CNI_RELEASE?=0799f5732f2a11b329d9e3d51b9c8f2e3759f2ff CNI_TARBALL=cni-$(ARCH)-$(CNI_RELEASE).tar.gz CUR_DIR=$(shell pwd) OUTPUT_DIR=$(CUR_DIR)/output -GOLANG_VERSION=1.7.5 +GOLANG_VERSION=1.7.6 all: build