mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
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:
parent
c6e518beac
commit
351d2e2899
2 changed files with 2 additions and 2 deletions
2
Makefile
2
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.15
|
||||
|
||||
.PHONY: all
|
||||
all: prometheus-adapter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue