Skip to content

Commit 3f5cbdd

Browse files
authored
Merge pull request #8 from flanksource/ai-fixture
feat: ai fixtures for comparison
2 parents fb781a9 + 3952b68 commit 3f5cbdd

22 files changed

Lines changed: 4760 additions & 14 deletions

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949
- uses: actions/setup-go@v5
5050
with:
51-
go-version: "1.25"
51+
go-version: "1.26.x"
5252
- uses: goreleaser/goreleaser-action@v6
5353
with:
5454
args: release --clean

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.25"
17-
- uses: golangci/golangci-lint-action@v6
16+
go-version: "1.26.x"
17+
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
1818
- run: test -z "$(gofmt -l .)"
1919

2020
test:
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-go@v5
2525
with:
26-
go-version: "1.25"
26+
go-version: "1.26.x"
2727
- run: go test ./...
2828

2929
build:
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: actions/setup-go@v5
3434
with:
35-
go-version: "1.25"
35+
go-version: "1.26.x"
3636
- run: go build -o captain ./cmd/captain
3737
- uses: actions/upload-artifact@v4
3838
with:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
21
.bin/
32
out.html
43
captain
54
specs/
65
.claude/
6+
.mcp.json
7+
.captain/

0 commit comments

Comments
 (0)