We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef575c commit 993cd9fCopy full SHA for 993cd9f
action.yml
@@ -3,8 +3,8 @@ description: 'Setup a Go environment and add it to the PATH, additionally provid
3
author: 'GitHub'
4
inputs:
5
version:
6
- description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
7
- default: '10.x'
+ description: 'The Go version to download (if necessary) and use. Example: 1.9.3'
+ default: '1.10'
8
runs:
9
using: 'node'
10
- main: 'lib/setup-go.js'
+ main: 'lib/setup-go.js'
0 commit comments