Browse Source

update builder golang version

Shelikhoo 7 months ago
parent
commit
c06fe2d34c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/release.yml

+ 2 - 2
.github/workflows/release.yml

@@ -135,7 +135,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v4
         with:
-          go-version: ^1.23
+          go-version: ^1.24
 
       - name: Get project dependencies
         run: go mod download
@@ -215,7 +215,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v4
         with:
-          go-version: ^1.23
+          go-version: ^1.24
 
       - uses: actions/download-artifact@v4
         with: