Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/actions/setup-go
  • Loading branch information
Danny McCormick committed Jun 20, 2019
2 parents 263a218 + 993cd9f commit 886b49b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Expand Up @@ -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'

0 comments on commit 886b49b

Please sign in to comment.