Skip to content

Commit

Permalink
Merge pull request #672 from chc5/go-upgrade-cve-fix
Browse files Browse the repository at this point in the history
Upgrade Go version to 1.22.5 to fix CVEs.
  • Loading branch information
k8s-ci-robot authored Jul 23, 2024
2 parents 17cef51 + 26d05b7 commit c2ae4cd
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.22.2
GO_VERSION?=1.22.5
GOLANGCI_VERSION?=1.56.2

.PHONY: all
Expand Down

0 comments on commit c2ae4cd

Please sign in to comment.