mirror of
https://github.com/actions/setup-go.git
synced 2025-05-04 14:14:34 +00:00
starting v2 and proxy support
This commit is contained in:
12
action.yml
12
action.yml
@ -3,12 +3,10 @@ description: 'Setup a Go environment and add it to the PATH, additionally provid
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
go-version:
|
||||
description: 'The Go version to download (if necessary) and use. Example: 1.9.3'
|
||||
default: '1.10'
|
||||
# Deprecated option, do not use. Will not be supported after October 1, 2019
|
||||
version:
|
||||
description: 'Deprecated. Use go-version instead. Will not be supported after October 1, 2019'
|
||||
deprecationMessage: 'The version property will not be supported after October 1, 2019. Use go-version instead'
|
||||
description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
|
||||
stable:
|
||||
description: 'Whether to download only stable versions'
|
||||
default: 'true'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/setup-go.js'
|
||||
main: 'dist/index.js'
|
||||
|
Reference in New Issue
Block a user