Update base version of GO

Addresses some of the open CVEs listed in:
https://github.com/kubernetes-sigs/prometheus-adapter/issues/485
This commit is contained in:
Richard Gerrard 2022-02-08 18:02:05 -05:00 committed by GitHub
parent bf33cafefc
commit 6f2450796c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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