From 98e29e95272e8797f15ec32b6c33852d5df4bf0d Mon Sep 17 00:00:00 2001 From: wood chen <95951386+woodchen-ink@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:11:58 +0800 Subject: [PATCH 1/2] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 1311f5463dd435b3cdccd225f8d469ab69fd718d Mon Sep 17 00:00:00 2001 From: wood chen <95951386+woodchen-ink@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:12:14 +0800 Subject: [PATCH 2/2] Update build and depoly.yml --- .github/workflows/build and depoly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .