Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ jobs:
./socketcan/...

# ── go-FuSa continuous-conformance lifecycle (RELAY spec §20.1.2) ──────────
# Pinned to v0.47.0. Runs the FULL lifecycle, not a subset: static check,
# Pinned to v0.48.0. Runs the FULL lifecycle, not a subset: static check,
# 100% requirement traceability (traced AND tested + function-annotation
# density), cybersecurity analysis, dependency vulnerability scan, and the
# tool-qualification suite. Conformance must be continuously proven.
gofusa:
name: go-FuSa lifecycle (§20, v0.47.0)
name: go-FuSa lifecycle (§20, v0.48.0)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
Expand All @@ -208,7 +208,7 @@ jobs:
go-version: "1.25"

- name: Install go-FuSa
run: go install github.com/SoundMatt/go-FuSa/cmd/gofusa@v0.47.0
run: go install github.com/SoundMatt/go-FuSa/cmd/gofusa@v0.48.0

- name: gofusa check (gate on ERROR)
run: gofusa check ./...
Expand Down
Loading