Upgrade go version
This commit is contained in:
parent
a3b105e0a7
commit
5edbc76339
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ BuildDate = $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
|
|||
Commit = $(shell git rev-parse --short HEAD)
|
||||
ALL_ARCH = amd64 arm arm64 ppc64le s390x
|
||||
PKG=k8s.io/kube-state-metrics/pkg
|
||||
GO_VERSION=1.10.1
|
||||
GO_VERSION=1.10.3
|
||||
|
||||
IMAGE = $(REGISTRY)/kube-state-metrics
|
||||
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
|
||||
|
|
|
|||
Loading…
Reference in New Issue