Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
suggest 'go install' instead of 'go get' (bazelbuild#262)
https://golang.org/doc/go-get-install-deprecation - "Deprecation of 'go get' for installing executables" says that using `go get` for installing binaries is deprecated and will not be supported starting from go1.18.
- Loading branch information