Skip to content

Commit 26d05b7

Browse files
committed
Upgrade Go version to 1.22.5 to fix CVEs.
1 parent 17cef51 commit 26d05b7

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)