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 diff --git a/cluster/images/etcd/Makefile b/cluster/images/etcd/Makefile index 4da9fa9b453..2e9c5e71de7 100644 --- a/cluster/images/etcd/Makefile +++ b/cluster/images/etcd/Makefile @@ -30,7 +30,7 @@ TAGS?=2.2.1 2.3.7 3.0.17 REGISTRY_TAG?=3.0.17 ARCH?=amd64 REGISTRY?=gcr.io/google_containers -GOLANG_VERSION?=1.7.5 +GOLANG_VERSION?=1.7.6 GOARM=7 TEMP_DIR:=$(shell mktemp -d)