From 847d6c8d2c92d1585bec12f2fa553762c22fff66 Mon Sep 17 00:00:00 2001 From: Arun Ramakrishnan Date: Mon, 1 May 2023 12:06:38 -0400 Subject: [PATCH] Move to 1.20.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7259d42ca4..0259002528 100644 --- a/Makefile +++ b/Makefile @@ -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.42.0 -GO_VERSION = 1.20.2 +GO_VERSION = 1.20.4 IMAGE = $(REGISTRY)/kube-state-metrics MULTI_ARCH_IMG = $(IMAGE)-$(ARCH) USER ?= $(shell id -u -n)