-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update chainsaw in makefile #3347
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally, we should get renovate to bump versions in the Makefile for us. We're pretty bad at keeping it up ourselves.
@pavolloffay these two tests keep failing, but i do not know why... any ideas? |
I will use a lower version |
a2ce78b
to
df8edd6
Compare
@@ -62,8 +62,6 @@ jobs: | |||
with: | |||
path: bin | |||
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{ steps.setup-go.outputs.go-version }} | |||
- name: Install chainsaw |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the way our makefile is written this is not needed, actually it confuses which version is used.
@@ -473,7 +473,7 @@ KUSTOMIZE_VERSION ?= v5.0.3 | |||
CONTROLLER_TOOLS_VERSION ?= v0.16.1 | |||
GOLANGCI_LINT_VERSION ?= v1.57.2 | |||
KIND_VERSION ?= v0.20.0 | |||
CHAINSAW_VERSION ?= v0.2.5 | |||
CHAINSAW_VERSION ?= v0.2.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like 0.2.9 requires go 1.23 https://github.com/kyverno/chainsaw/releases/tag/v0.2.9 so we can updated only to 0.2.8
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
da891a3
to
e2dacce
Compare
Description:
Link to tracking Issue(s):
Testing:
Documentation: