Merge upstream 'main' from actions/setup-go into

IvanZosimov/modules-caching
This commit is contained in:
IvanZosimov 2022-05-23 16:00:44 +02:00
commit d89992992f
9 changed files with 160 additions and 12 deletions

View file

@ -4,6 +4,8 @@ author: 'GitHub'
inputs:
go-version:
description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
go-version-file:
description: 'Path to the go.mod file.'
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'
default: false