Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
go-version: "1.25"

- name: Install relay CLI
run: go install github.com/SoundMatt/RELAY/cmd/relay@v1.10.0
run: go install github.com/SoundMatt/RELAY/cmd/relay@v1.11.0

- name: Build CLI
run: go build -o /tmp/go-lin ./cmd/go-lin
Expand All @@ -158,7 +158,7 @@ jobs:
go-version: "1.25"

- name: Install relay CLI
run: go install github.com/SoundMatt/RELAY/cmd/relay@v1.10.0
run: go install github.com/SoundMatt/RELAY/cmd/relay@v1.11.0

- name: Build CLI
run: go build -o /tmp/go-lin ./cmd/go-lin
Expand Down
10 changes: 5 additions & 5 deletions artifact-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"tool": "go-FuSa",
"toolVersion": "0.30.0",
"language": "go",
"generatedAt": "2026-06-19T20:36:23.971737184Z",
"generatedAt": "2026-06-19T23:12:18.249993Z",
"format": "x-FuSa manifest v1",
"artifacts": [
{
"path": "/home/runner/work/go-LIN/go-LIN/sbom.json",
"sha256": "84e5495f2faf5cf12c5329c99a0e85efcce8a9551df41f140455475c80f65718"
"path": "/Users/matt/Documents/Coding/SoundMatt/go-LIN/sbom.json",
"sha256": "cf516bebccaaa9c3e295cb2f1ac34b46bf171ee5147a21d9f04a734eced0cb71"
},
{
"path": "/home/runner/work/go-LIN/go-LIN/provenance.json",
"sha256": "38ee0e1d31cde7b88ff3a4cdf935adbe2cfa875e7ad9ba1e3f5336895bf2cdf7"
"path": "/Users/matt/Documents/Coding/SoundMatt/go-LIN/provenance.json",
"sha256": "c9d1671f3c6b816e79d967a75573273ac3c952ecf6a502a74d85fe75939ca84f"
}
]
}
2 changes: 1 addition & 1 deletion boundary.dot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Module: github.com/SoundMatt/go-LIN
// Generated: 2026-06-19T20:36:22Z
// Generated: 2026-06-19T23:12:18Z
digraph {
rankdir=LR
node [shape=box style=rounded fontname=Helvetica]
Expand Down
2 changes: 1 addition & 1 deletion boundary.mermaid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{init: {"theme": "default"}}%
flowchart LR
% Module: github.com/SoundMatt/go-LIN
% Generated: 2026-06-19T20:36:22Z
% Generated: 2026-06-19T23:12:18Z

github_com_SoundMatt_go_LIN["lin"]
github_com_SoundMatt_go_LIN_cmd_go_lin["github.com/SoundMatt/go-LIN/cmd/go-lin"]
Expand Down
Loading
Loading