Skip to content
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

build: make the whole build use vendored modules #64507

Merged
merged 1 commit into from May 6, 2021

Commits on May 1, 2021

  1. build: make the whole build use vendored modules

    Fixes cockroachdb#62952
    
    This is not needed in v21, because go defaults to `-mod=vendor` since `v1.14`:
    https://tip.golang.org/doc/go1.14
    
    Release note (bugfix): Building does not depend on the internet access anymore,
    only vendored modules are used. This bug was introduced in v20.2.0.
    mlazowik committed May 1, 2021
    Configuration menu
    Copy the full SHA
    e3d1e34 View commit details
    Browse the repository at this point in the history