Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Stop using vendoring to match team standards #242

Merged
merged 1 commit into from
May 24, 2023

Conversation

mprahl
Copy link
Collaborator

@mprahl mprahl commented May 24, 2023

Although the caching functionality of go vendoring is nice, it clutters the Git repo and makes changes hard to track. Additionally, go mod verify would need to be called in CI to ensure no local changes were made.

@mprahl mprahl force-pushed the remove-vendor branch 4 times, most recently from cc6e1f5 to 86bf287 Compare May 24, 2023 15:07
Although the caching functionality of go vendoring is nice, it clutters the
Git repo and makes changes hard to track. Additionally, `go mod verify`
would need to be called in CI to ensure no local changes were made.

Signed-off-by: mprahl <mprahl@users.noreply.github.com>
@mprahl mprahl merged commit d07c427 into gatekeeper:main May 24, 2023
@mprahl mprahl deleted the remove-vendor branch May 24, 2023 16:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants