We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cef51 commit 26d05b7Copy full SHA for 26d05b7
Makefile
@@ -8,7 +8,7 @@ VERSION=$(shell cat VERSION)
8
TAG_PREFIX=v
9
TAG?=$(TAG_PREFIX)$(VERSION)
10
11
-GO_VERSION?=1.22.2
+GO_VERSION?=1.22.5
12
GOLANGCI_VERSION?=1.56.2
13
14
.PHONY: all
0 commit comments