Merge pull request #672 from chc5/go-upgrade-cve-fix

Upgrade Go version to 1.22.5 to fix CVEs.
This commit is contained in:
Kubernetes Prow Robot 2024-07-23 10:06:51 -07:00 committed by GitHub
commit c2ae4cdaf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ VERSION=$(shell cat VERSION)
TAG_PREFIX=v
TAG?=$(TAG_PREFIX)$(VERSION)
GO_VERSION?=1.22.2
GO_VERSION?=1.22.5
GOLANGCI_VERSION?=1.56.2
.PHONY: all