chore: upgrade Go to 1.25 (#5712)

This commit is contained in:
Kevin Wan
2026-08-03 09:04:18 +08:00
committed by GitHub
parent 8017edb671
commit 21376b408c
6 changed files with 190 additions and 195 deletions

View File

@@ -22,7 +22,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.21.13.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.25.12.linux-amd64.tar.gz"
project_path: "tools/goctl"
binary_name: "goctl"
extra_files: tools/goctl/readme.md tools/goctl/readme-cn.md

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: '1.21'
go-version: '1.25'
- name: Extract tag version
id: get_version