fix(release): match Go version to go.mod (1.26)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
yushen 2026-03-25 17:21:23 +08:00
parent 2f54665833
commit 872d2d10bd

View file

@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.26"
cache-dependency-path: server/go.sum
- name: Run GoReleaser