Skip to content

Commit 278f31a

Browse files
committed
ci(makefile): update golang.mk to support go1.25
1 parent f41cd79 commit 278f31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make-rules/golang.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
GO := go
6-
GO_SUPPORTED_VERSIONS ?= 1.13|1.14|1.15|1.16|1.17|1.21
6+
GO_SUPPORTED_VERSIONS ?= 1.13|1.14|1.15|1.16|1.17|1.21|1.24|1.25
77
GO_LDFLAGS += -X $(VERSION_PACKAGE).GitVersion=$(VERSION) \
88
-X $(VERSION_PACKAGE).GitCommit=$(GIT_COMMIT) \
99
-X $(VERSION_PACKAGE).GitTreeState=$(GIT_TREE_STATE) \

0 commit comments

Comments
 (0)