Skip to content

Commit

Permalink
chore: go build脚本go版本升级为1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Aug 9, 2023
1 parent 7c2aeeb commit f9cd2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.21 # 可以指定编译使用的 Golang 版本
goversion: 1.21.0 # 可以指定编译使用的 Golang 版本
binary_name: "updater" # 可以指定二进制文件的名称
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0
overwrite: true
Expand Down

0 comments on commit f9cd2d5

Please sign in to comment.