-
Notifications
You must be signed in to change notification settings - Fork 327
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
chore: require-sync gk update #396
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.
Thanks for the contribution @acpana!
For the failing CI: while you could add the updated go.work.sum
, we don't really need to include that file in the repository as it's automatically generated. I recommend you delete https://github.com/acpana/gatekeeper-library/blob/acpana/update-gk/go.work.sum and add go.work.sum
to https://github.com/acpana/gatekeeper-library/blob/acpana/update-gk/.gitignore
I also included a note below on some easy ways to fix the main.go
lint check.
Let me know if you need any assistance, cheers!
go get github.com/open-policy-agent/gatekeeper/v3@366ba79 but when 3.14 is released, we should move to the release Signed-off-by: Alex Pana <[email protected]>
Signed-off-by: Alex Pana <[email protected]>
c6226d3
to
21448d7
Compare
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.
Thanks @acpana! LGTM
go get github.com/open-policy-agent/gatekeeper/v3@366ba79
But probably want to wait on gatekeeper 3.14 before making this change
Special notes for your reviewer:
parser
package was moved as per feedback from open-policy-agent/gatekeeper#2852