mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Update prometheus-adapter go patch versions
Upgrade to 1.20.7 to address multiple CVE security findings
CVE-2023-29404
CVE-2023-29402
CVE-2023-29405
CVE-2023-29403
CVE-2023-39533
CVE-2023-29409
CVE-2023-29406
This commit is contained in:
parent
4cc5de93cb
commit
6a1ba321da
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.20.4
|
GO_VERSION?=1.20.7
|
||||||
GOLANGCI_VERSION?=1.53.2
|
GOLANGCI_VERSION?=1.53.2
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue