switch from travis to github actions

This commit is contained in:
Lei Xue
2022-12-10 22:38:32 +08:00
parent 8a3e19f0c9
commit 937b9379f9
5 changed files with 576 additions and 106 deletions

View File

@@ -12,9 +12,6 @@ LD_FLAGS=" \
all: init build
deps:
go mod download
build: init
go build -ldflags ${LD_FLAGS} -o ${BIN_DIR}/gotgt gotgt.go