We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32f8c5e + 847d6c8 commit eb45f33Copy full SHA for eb45f33
Makefile
@@ -16,7 +16,7 @@ OS ?= $(shell uname -s | tr A-Z a-z)
16
ALL_ARCH = amd64 arm arm64 ppc64le s390x
17
PKG = github.com/prometheus/common
18
PROMETHEUS_VERSION = 2.42.0
19
-GO_VERSION = 1.20.2
+GO_VERSION = 1.20.4
20
IMAGE = $(REGISTRY)/kube-state-metrics
21
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
22
USER ?= $(shell id -u -n)
0 commit comments