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.
golang.mk
go1.25
1 parent f41cd79 commit 278f31aCopy full SHA for 278f31a
scripts/make-rules/golang.mk
@@ -3,7 +3,7 @@
3
#
4
5
GO := go
6
-GO_SUPPORTED_VERSIONS ?= 1.13|1.14|1.15|1.16|1.17|1.21
+GO_SUPPORTED_VERSIONS ?= 1.13|1.14|1.15|1.16|1.17|1.21|1.24|1.25
7
GO_LDFLAGS += -X $(VERSION_PACKAGE).GitVersion=$(VERSION) \
8
-X $(VERSION_PACKAGE).GitCommit=$(GIT_COMMIT) \
9
-X $(VERSION_PACKAGE).GitTreeState=$(GIT_TREE_STATE) \
0 commit comments