Skip to main content

pin

v0.19.0

The proto pin <tool> <version> command will pin a version (or alias) of a tool. This version will be used when attempting to detect a version.

$ proto pin go 1.20

By default this will update the local ./.prototools file. Pass --to to customize the location.

Arguments

  • <tool> - Type of tool.
  • <version> - Version of tool.

Options

  • --global (deprecated) - Pin to the global ~/.proto/.prototools instead of the local ./.prototools.
  • --resolve - Resolve the version to a fully-qualified semantic version before pinning.
  • --to - Location of .prototools to update. v0.41.0