You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Uses the exact same version as the CI.
This avoids needing to rely on everyone having the same version of `dep`
installed in order to avoid spurious changes (especially inconvenient if you
have multiple projects with different ideas).
It's slightly annoying because (on Linux at least) it causes `vendor/*` to
become owned by root (needing a `sudo chown` to repair), that's less annoying
than having spurious vendoring changes due to tooling differences. Those who
disagree can continue to use the non-containerized vendor target.
Signed-off-by: Ian Campbell <[email protected]>
0 commit comments