Skip to content

Commit

Permalink
Update prometheus-adapter go patch versions
Browse files Browse the repository at this point in the history
    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
  • Loading branch information
jaybooth4 committed Aug 30, 2023
1 parent 4cc5de9 commit 6a1ba32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VERSION=$(shell cat VERSION)
TAG_PREFIX=v
TAG?=$(TAG_PREFIX)$(VERSION)

GO_VERSION?=1.20.4
GO_VERSION?=1.20.7
GOLANGCI_VERSION?=1.53.2

.PHONY: all
Expand Down

0 comments on commit 6a1ba32

Please sign in to comment.