diff --git a/cluster/images/etcd-version-monitor/Makefile b/cluster/images/etcd-version-monitor/Makefile index 37ebbbbc8d4d..93710a39ba1f 100644 --- a/cluster/images/etcd-version-monitor/Makefile +++ b/cluster/images/etcd-version-monitor/Makefile @@ -18,7 +18,7 @@ # [GOLANG_VERSION=1.8.3] [REGISTRY=staging-k8s.gcr.io] [TAG=test] make (build|push) # TODO(shyamjvs): Support architectures other than amd64 if needed. ARCH:=amd64 -GOLANG_VERSION?=1.8.3 +GOLANG_VERSION?=1.19.8 REGISTRY?=staging-k8s.gcr.io TAG?=0.1.3 IMAGE:=$(REGISTRY)/etcd-version-monitor:$(TAG)