From 6a1ba321dae46949cf8b7a498c857e482c214cfb Mon Sep 17 00:00:00 2001 From: Jason Booth Date: Wed, 30 Aug 2023 13:53:44 -0400 Subject: [PATCH] Update prometheus-adapter go patch versions Upgrade to 1.20.7 to address multiple CVE security findings CVE-2023-29404 CVE-2023-29402 CVE-2023-29405 CVE-2023-29403 CVE-2023-39533 CVE-2023-29409 CVE-2023-29406 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d16ea293e..7764ce3d0 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION=$(shell cat VERSION) TAG_PREFIX=v TAG?=$(TAG_PREFIX)$(VERSION) -GO_VERSION?=1.20.4 +GO_VERSION?=1.20.7 GOLANGCI_VERSION?=1.53.2 .PHONY: all