Skip to content

Commit f9cd2d5

Browse files
committed
chore: go build脚本go版本升级为1.21.0
1 parent 7c2aeeb commit f9cd2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
github_token: ${{ secrets.GITHUB_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件
5353
goos: ${{ matrix.goos }}
5454
goarch: ${{ matrix.goarch }}
55-
goversion: 1.21 # 可以指定编译使用的 Golang 版本
55+
goversion: 1.21.0 # 可以指定编译使用的 Golang 版本
5656
binary_name: "updater" # 可以指定二进制文件的名称
5757
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0
5858
overwrite: true

0 commit comments

Comments
 (0)