description:'Path to the go.mod, go.work, .go-version, or .tool-versions file.'
description:'Path to the go.mod, go.work, .go-version, or .tool-versions file.'
check-latest:
check-latest:
description:'Set this option to true if you want the action to always check for the latest available version that satisfies the version spec'
description:'Set this option to true if you want the action to always check for the latest available version that satisfies the version spec'
default:false
default:'false'
token:
token:
description:Used to pull Go distributions from go-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
description:Used to pull Go distributions from go-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.