mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 10:17:51 +00:00
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:
parent
bf33cafefc
commit
6f2450796c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ VERSION=$(shell cat VERSION)
|
||||||
TAG_PREFIX=v
|
TAG_PREFIX=v
|
||||||
TAG?=$(TAG_PREFIX)$(VERSION)
|
TAG?=$(TAG_PREFIX)$(VERSION)
|
||||||
|
|
||||||
GO_VERSION?=1.16.4
|
GO_VERSION?=1.16.13
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: prometheus-adapter
|
all: prometheus-adapter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue