Patch upgrade Golang from 1.16.4 to 1.16.15

Signed-off-by: Greg Burton <9094087+gburton1@users.noreply.github.com>
This commit is contained in:
Greg Burton 2022-07-27 21:24:47 -07:00
parent c6e518beac
commit 351d2e2899
2 changed files with 2 additions and 2 deletions

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.15
.PHONY: all
all: prometheus-adapter