Merge pull request #1682 from mrueg/go-1.17.7

Makefile: Use go 1.17.7
This commit is contained in:
Kubernetes Prow Robot 2022-02-11 06:07:05 -08:00 committed by GitHub
commit cf19fdebd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ OS ?= $(shell uname -s | tr A-Z a-z)
ALL_ARCH = amd64 arm arm64 ppc64le s390x
PKG = github.com/prometheus/common
PROMETHEUS_VERSION = 2.31.1
GO_VERSION = 1.17.6
GO_VERSION = 1.17.7
IMAGE = $(REGISTRY)/kube-state-metrics
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
USER ?= $(shell id -u -n)