Skip to content

Commit

Permalink
Update golang.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Apr 11, 2024
1 parent 3b80674 commit 95c6bf3
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 @@ -17,7 +17,7 @@
#

GO := go
GO_SUPPORTED_VERSIONS ?= 1.18|1.19|1.20|1.21
GO_SUPPORTED_VERSIONS ?= 1.18|1.19|1.20|1.21|1.22

GO_LDFLAGS += -X $(VERSION_PACKAGE).gitVersion=$(GIT_TAG) \
-X $(VERSION_PACKAGE).gitCommit=$(GIT_COMMIT) \
Expand Down

0 comments on commit 95c6bf3

Please sign in to comment.