Skip to content

Commit

Permalink
Merge branch 'release/1.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClessLi committed Mar 29, 2024
2 parents 347960d + dcc675f commit 391d690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-rules/golang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

GO := go
GO_SUPPORTED_VERSIONS ?= 1.13|1.14|1.15|1.16|1.17
GO_SUPPORTED_VERSIONS ?= 1.13|1.14|1.15|1.16|1.17|1.21
GO_LDFLAGS += -X $(VERSION_PACKAGE).GitVersion=$(VERSION) \
-X $(VERSION_PACKAGE).GitCommit=$(GIT_COMMIT) \
-X $(VERSION_PACKAGE).GitTreeState=$(GIT_TREE_STATE) \
Expand Down

0 comments on commit 391d690

Please sign in to comment.