Browse Source

chore: Update Go version to 1.23 in build configurations

lejianwen 7 months ago
parent
commit
4b16ad29bb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/build_test.yml

+ 1 - 1
.github/workflows/build.yml

@@ -66,7 +66,7 @@ jobs:
66 66
       - name: Set up Go environment
67 67
         uses: actions/setup-go@v4
68 68
         with:
69
-          go-version: '1.22'  # 选择 Go 版本
69
+          go-version: '1.23'  # 选择 Go 版本
70 70
 
71 71
       - name: Set up npm
72 72
         uses: actions/setup-node@v2

+ 1 - 1
.github/workflows/build_test.yml

@@ -61,7 +61,7 @@ jobs:
61 61
       - name: Set up Go environment
62 62
         uses: actions/setup-go@v4
63 63
         with:
64
-          go-version: '1.22'  # 选择 Go 版本
64
+          go-version: '1.23'  # 选择 Go 版本
65 65
 
66 66
       - name: Set up npm
67 67
         uses: actions/setup-node@v2