Upgrade go version

This commit is contained in:
Frederic Branczyk 2018-07-06 15:15:42 +02:00
parent a3b105e0a7
commit 5edbc76339
No known key found for this signature in database
GPG Key ID: 7741A52782A90069
1 changed files with 1 additions and 1 deletions

View File

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