Skip to content

Commit 19d16d9

Browse files
committed
feat: 增加Go编译测试与release二进制Actions
1 parent e0dfe0a commit 19d16d9

File tree

3 files changed

+1
-62
lines changed

3 files changed

+1
-62
lines changed

.github/workflows/DeployToDockerHub.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.
File renamed without changes.

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
goos: ${{ matrix.goos }}
2323
goarch: ${{ matrix.goarch }}
2424
goversion: 1.19 # 可以指定编译使用的 Golang 版本
25-
binary_name: "proxywatcher" # 可以指定二进制文件的名称
25+
binary_name: "speed_cron" # 可以指定二进制文件的名称
2626
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0
2727
overwrite: true
2828

0 commit comments

Comments
 (0)