Skip to content

Commit

Permalink
update chat makefile fix go version minimun 1.21 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Mar 22, 2024
1 parent a284c93 commit 9f84bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ SPACE +=
# ==============================================================================
# Build definition

GO_SUPPORTED_VERSIONS ?= 1.19|1.20|1.21|1.22
GO_SUPPORTED_VERSIONS ?= 1.21|1.22|1.23|1.24
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 9f84bbf

Please sign in to comment.