Skip to content

Commit 0cd71dc

Browse files
scotwellsclaude
andcommitted
ci(e2e): bump chainsaw to v0.2.15 for Go 1.26
chainsaw v0.2.13 fails to build under Go 1.26: its internal TestDeps no longer satisfies testing.testDeps (Go 1.24+ added the ModulePath method), breaking the "Prepare e2e" step's `make chainsaw`. v0.2.15 implements it and builds cleanly under Go 1.26 (verified locally). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 909d29e commit 0cd71dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ CRDOC_VERSION ?= v0.6.4
253253
KIND_VERSION ?= v0.27.0
254254

255255
# renovate: datasource=go depName=github.com/kyverno/chainsaw
256-
CHAINSAW_VERSION ?= v0.2.13
256+
CHAINSAW_VERSION ?= v0.2.15
257257

258258
# renovate: datasource=go depName=github.com/cert-manager/cmctl/v2
259259
CMCTL_VERSION ?= v2.1.1

0 commit comments

Comments
 (0)