mirror of
https://github.com/woodchen-ink/Q58Bot.git
synced 2025-07-18 05:42:06 +08:00
Update build and depoly.yml
This commit is contained in:
parent
98e29e9527
commit
1311f5463d
2
.github/workflows/build and depoly.yml
vendored
2
.github/workflows/build and depoly.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.22' # 使用你项目需要的 Go 版本
|
||||
go-version: '1.23' # 使用你项目需要的 Go 版本
|
||||
|
||||
- name: Build for amd64
|
||||
run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o main-amd64 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user