|
|
@ -6,7 +6,7 @@ inputs:
|
|
|
|
description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
|
|
|
|
description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
|
|
|
|
check-latest:
|
|
|
|
check-latest:
|
|
|
|
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec'
|
|
|
|
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec'
|
|
|
|
default: false
|
|
|
|
default: 'false'
|
|
|
|
stable:
|
|
|
|
stable:
|
|
|
|
description: 'Whether to download only stable versions'
|
|
|
|
description: 'Whether to download only stable versions'
|
|
|
|
default: 'true'
|
|
|
|
default: 'true'
|
|
|
|