fix(ci): update backend Go version from 1.24 to 1.26.1 (#337)

Align the CI backend job with the Go version declared in server/go.mod
and used in the Dockerfile (golang:1.26-alpine).

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
LinYushen 2026-04-02 16:11:05 +08:00 committed by GitHub
parent 62b7c0cfa2
commit fc0ef0fcd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: "1.24" go-version: "1.26.1"
cache-dependency-path: server/go.sum cache-dependency-path: server/go.sum
- name: Build - name: Build

View file

@ -149,7 +149,7 @@ make db-down # Stop shared PostgreSQL
### CI Requirements ### CI Requirements
CI runs on Node 22 and Go 1.24 with a `pgvector/pgvector:pg17` PostgreSQL service. See `.github/workflows/ci.yml`. CI runs on Node 22 and Go 1.26.1 with a `pgvector/pgvector:pg17` PostgreSQL service. See `.github/workflows/ci.yml`.
### Worktree Support ### Worktree Support