mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
go.mod: bump golang and k8s deps to 0.24.3
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
parent
c6e518beac
commit
d2ae4c1569
5 changed files with 256 additions and 324 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.18.5
|
||||
|
||||
.PHONY: all
|
||||
all: prometheus-adapter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue