diff --git a/.github/workflows/build and depoly.yml b/.github/workflows/build and depoly.yml index c95b0bd..308e108 100644 --- a/.github/workflows/build and depoly.yml +++ b/.github/workflows/build and depoly.yml @@ -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 . diff --git a/go.mod b/go.mod index f02354e..854f99c 100644 --- a/go.mod +++ b/go.mod @@ -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