This commit is contained in:
wood chen 2024-10-20 21:56:20 +08:00
commit dd6aaad112
2 changed files with 2 additions and 2 deletions

View File

@ -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 .

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/woodchen-ink/Q58Bot
go 1.21.3
go 1.23
require (
github.com/adshao/go-binance/v2 v2.6.1