From 5ac3a53ecf3cbdec9f6eaa71b279d3cd65fb6e6d Mon Sep 17 00:00:00 2001 From: Arun Ramakrishnan Date: Mon, 1 May 2023 12:06:38 -0400 Subject: [PATCH] Update go and go-restful versions --- 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)