From a64d132d91c7d7291ecf300d3471e0f32350d5c6 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 7 Nov 2023 02:48:54 +0000 Subject: [PATCH] Update prometheus-adapter go patch versions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7764ce3d..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.7 +GO_VERSION?=1.20.10 GOLANGCI_VERSION?=1.53.2 .PHONY: all