Skip to content

Commit 01b0755

Browse files
authored
Update chainsaw in makefile (#3347)
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 12d95da commit 01b0755

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/e2e.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ jobs:
6262
with:
6363
path: bin
6464
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{ steps.setup-go.outputs.go-version }}
65-
- name: Install chainsaw
66-
uses: kyverno/[email protected]
6765
- name: Install tools
6866
run: make install-tools
6967
- name: Prepare e2e tests

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ KUSTOMIZE_VERSION ?= v5.0.3
473473
CONTROLLER_TOOLS_VERSION ?= v0.16.1
474474
GOLANGCI_LINT_VERSION ?= v1.57.2
475475
KIND_VERSION ?= v0.20.0
476-
CHAINSAW_VERSION ?= v0.2.5
476+
CHAINSAW_VERSION ?= v0.2.8
477477

478478
.PHONY: install-tools
479479
install-tools: kustomize golangci-lint kind controller-gen envtest crdoc kind operator-sdk chainsaw

0 commit comments

Comments
 (0)