Merge pull request #117651 from humblec/cluster

use go 1.19.x for etcd version monitor compilation
This commit is contained in:
Kubernetes Prow Robot 2023-04-27 09:16:16 -07:00 committed by GitHub
commit e8108b5a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)