mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2024-11-05 19:45:49 +00:00
Update action.yml
This commit is contained in:
parent
cef575caea
commit
993cd9ffce
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ description: 'Setup a Go environment and add it to the PATH, additionally provid
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
|
description: 'The Go version to download (if necessary) and use. Example: 1.9.3'
|
||||||
default: '10.x'
|
default: '1.10'
|
||||||
runs:
|
runs:
|
||||||
using: 'node'
|
using: 'node'
|
||||||
main: 'lib/setup-go.js'
|
main: 'lib/setup-go.js'
|
||||||
|
|
Loading…
Reference in a new issue