Update prometheus-adapter go patch versions

Upgrade to 1.20.10 to address latest CVE security findings
This commit is contained in:
Jason Booth 2023-08-30 13:53:44 -04:00 committed by Jason
parent 0345bb8f59
commit 7b79fd8822

View file

@ -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