Tools reference¶
Tools ¶
Bazel ¶
Example usage:
This automatically downloads the latest release of Bazelisk to an internal location if bazel
nor bazelisk
are already on PATH.
Docker ¶
Go ¶
This will automatically set the GOTOOLCHAIN
environment variable to the proper version based on files in the current directory. The following files are considered, in order of precedence:
.go-version
go.mod
go.work
Example usage: