From 7b79fd8822a850a77eddb5e1f9b62c3d5b76a00f 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.10 to address latest CVE security findings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d16ea293..249d8c3f 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.10 GOLANGCI_VERSION?=1.53.2 .PHONY: all