We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9ebb1 commit d5dc8a4Copy full SHA for d5dc8a4
scripts/make-rules/golang.mk
@@ -4,7 +4,7 @@
4
5
GO := go
6
# Minimum supported go version.
7
-GO_MINIMUM_VERSION ?= 1.21
+GO_MINIMUM_VERSION ?= 1.22
8
9
GOPATH := $(shell go env GOPATH)
10
ifeq ($(origin GOBIN), undefined)
0 commit comments