Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: installing packr for arm is no longer working (#5904)
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]>
- Loading branch information