Update action.yml

This commit is contained in:
Danny McCormick 2019-06-19 10:11:12 -04:00 committed by GitHub
parent cef575caea
commit 993cd9ffce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@ description: 'Setup a Go environment and add it to the PATH, additionally provid
author: 'GitHub'
inputs:
version:
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
default: '10.x'
description: 'The Go version to download (if necessary) and use. Example: 1.9.3'
default: '1.10'
runs:
using: 'node'
main: 'lib/setup-go.js'
main: 'lib/setup-go.js'