Merge pull request #616 from jaybooth4/backport-0.11

Update prometheus-adapter go patch versions
This commit is contained in:
Kubernetes Prow Robot 2023-11-07 01:26:38 +01:00 committed by GitHub
commit 14f06de176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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