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

fix: installing packr for arm is no longer working #5904

Merged
merged 1 commit into from
Mar 30, 2021
Merged

fix: installing packr for arm is no longer working #5904

merged 1 commit into from
Mar 30, 2021

Commits on Mar 30, 2021

  1. fix: installing packr for arm is no longer working

    Since Go 1.11, "go get" uses the modules system. This changes
    the location the package is downloaded.
    
    Additionally, "go get -u" does more work than required; changing
    this to "go get -d" speeds up the process.
    
    Finally, since Go 1.13 "go get" can also check out tags directly,
    avoiding an additional checkout.
    
    Signed-off-by: Patric Stout <[email protected]>
    TrueBrain committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    aa3d7fc View commit details
    Browse the repository at this point in the history