Merge pull request #117651 from humblec/cluster
use go 1.19.x for etcd version monitor compilation
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user