mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Merge pull request #117651 from humblec/cluster
use go 1.19.x for etcd version monitor compilation
This commit is contained in:
commit
e8108b5a47
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user