mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
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 <github@truebrain.nl> |
||
|---|---|---|
| .. | ||
| install-codegen-go-tools.sh | ||
| install-codegen-tools.sh | ||
| install-dep-linux.sh | ||
| install-helm-linux.sh | ||
| install-helm2-linux.sh | ||
| install-jq-linux.sh | ||
| install-ksonnet-linux.sh | ||
| install-kubectl-linux.sh | ||
| install-kubectx-linux.sh | ||
| install-kustomize-linux.sh | ||
| install-lint-tools.sh | ||
| install-packr-linux.sh | ||
| install-protoc-linux.sh | ||
| install-swagger-linux.sh | ||