feat: adding actions (#461)

This commit is contained in:
Xinwei Xiong
2023-07-03 12:16:34 +08:00
committed by GitHub
parent c6611a6679
commit e50b8bd8f1
6 changed files with 50 additions and 68 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
#
GO := go
GO_SUPPORTED_VERSIONS ?= |1.15|1.16|1.17|1.18|1.19|1.20|
GO_SUPPORTED_VERSIONS ?= 1.18|1.19|1.20
GO_LDFLAGS += -X $(VERSION_PACKAGE).gitVersion=$(GIT_TAG) \
-X $(VERSION_PACKAGE).gitCommit=$(GIT_COMMIT) \