From 6f2450796c08e68ff9d3b4fdc3b304850170bbc8 Mon Sep 17 00:00:00 2001 From: Richard Gerrard <44039305+richgerrard@users.noreply.github.com> Date: Tue, 8 Feb 2022 18:02:05 -0500 Subject: [PATCH] Update base version of GO Addresses some of the open CVEs listed in: https://github.com/kubernetes-sigs/prometheus-adapter/issues/485 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c73aad6..e68390d6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ VERSION=$(shell cat VERSION) TAG_PREFIX=v TAG?=$(TAG_PREFIX)$(VERSION) -GO_VERSION?=1.16.4 +GO_VERSION?=1.16.13 .PHONY: all all: prometheus-adapter