fix: add fts5 build tag to CI workflow

Pass build-tags: "fts5" to shared workflow to properly compile
sqlite-vec-go-bindings with SQLite FTS5 support.

This fixes test failures in hybrid vector storage tests that require
CGO and FTS5 build tags.

Requires shared-actions@8f7f235 or later.
This commit is contained in:
2026-01-07 21:12:01 +00:00
parent 74ae8ed4c1
commit 90ab9092b4
+1
View File
@@ -21,4 +21,5 @@ jobs:
with:
go-version: ">=1.24"
lfs: true
build-tags: "fts5"
secrets: inherit