starting v2 and proxy support

This commit is contained in:
Bryan MacFarlane
2020-02-09 00:21:39 -05:00
parent 9fbc767707
commit 4282769cc0
191 changed files with 5351 additions and 14572 deletions

View File

@ -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'