Skip to content

Commit c2ae4cd

Browse files
authored
Merge pull request #672 from chc5/go-upgrade-cve-fix
Upgrade Go version to 1.22.5 to fix CVEs.
2 parents 17cef51 + 26d05b7 commit c2ae4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VERSION=$(shell cat VERSION)
88
TAG_PREFIX=v
99
TAG?=$(TAG_PREFIX)$(VERSION)
1010

11-
GO_VERSION?=1.22.2
11+
GO_VERSION?=1.22.5
1212
GOLANGCI_VERSION?=1.56.2
1313

1414
.PHONY: all

0 commit comments

Comments
 (0)