Files
llama-link/.github
darroyo cfcf9dbeec
CI / test (push) Failing after 12m36s
Fix CI: update Go version to 1.25, use specific package paths
- .github/workflows/ci.yml: go-version '1.23' -> '1.25' to match go.mod
- All go build/vet/test/lint: use ./cmd/... ./internal/... instead of ./...
  to avoid picking up Go packages in node_modules/ (flatted)
- Makefile: same fix for test target
2026-07-30 14:48:16 -04:00
..