We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2aeeb commit f9cd2d5Copy full SHA for f9cd2d5
.github/workflows/go-release.yml
@@ -52,7 +52,7 @@ jobs:
52
github_token: ${{ secrets.GITHUB_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件
53
goos: ${{ matrix.goos }}
54
goarch: ${{ matrix.goarch }}
55
- goversion: 1.21 # 可以指定编译使用的 Golang 版本
+ goversion: 1.21.0 # 可以指定编译使用的 Golang 版本
56
binary_name: "updater" # 可以指定二进制文件的名称
57
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0
58
overwrite: true
0 commit comments