We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d95da commit 01b0755Copy full SHA for 01b0755
.github/workflows/e2e.yaml
@@ -62,8 +62,6 @@ jobs:
62
with:
63
path: bin
64
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{ steps.setup-go.outputs.go-version }}
65
- - name: Install chainsaw
66
- uses: kyverno/[email protected]
67
- name: Install tools
68
run: make install-tools
69
- name: Prepare e2e tests
Makefile
@@ -473,7 +473,7 @@ KUSTOMIZE_VERSION ?= v5.0.3
473
CONTROLLER_TOOLS_VERSION ?= v0.16.1
474
GOLANGCI_LINT_VERSION ?= v1.57.2
475
KIND_VERSION ?= v0.20.0
476
-CHAINSAW_VERSION ?= v0.2.5
+CHAINSAW_VERSION ?= v0.2.8
477
478
.PHONY: install-tools
479
install-tools: kustomize golangci-lint kind controller-gen envtest crdoc kind operator-sdk chainsaw
0 commit comments