Skip to content

Commit 886b49b

Browse files
author
Danny McCormick
committed
Merge branch 'master' of https://github.com/actions/setup-go
2 parents 263a218 + 993cd9f commit 886b49b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: 'Setup a Go environment and add it to the PATH, additionally provid
33
author: 'GitHub'
44
inputs:
55
version:
6-
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
7-
default: '10.x'
6+
description: 'The Go version to download (if necessary) and use. Example: 1.9.3'
7+
default: '1.10'
88
runs:
99
using: 'node'
10-
main: 'lib/setup-go.js'
10+
main: 'lib/setup-go.js'

0 commit comments

Comments
 (0)