mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Upgrade Go version to 1.22.9 to fix CVEs
This commit is contained in:
parent
c2ae4cdaf1
commit
ad3a71a341
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ VERSION=$(shell cat VERSION)
|
||||||
TAG_PREFIX=v
|
TAG_PREFIX=v
|
||||||
TAG?=$(TAG_PREFIX)$(VERSION)
|
TAG?=$(TAG_PREFIX)$(VERSION)
|
||||||
|
|
||||||
GO_VERSION?=1.22.5
|
GO_VERSION?=1.22.9
|
||||||
GOLANGCI_VERSION?=1.56.2
|
GOLANGCI_VERSION?=1.56.2
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue