setup-go/action.yml
2019-10-29 21:20:37 -04:00

14 lines
627 B
YAML

name: 'Setup Go environment'
description: 'Setup a Go environment and add it to the PATH, additionally providing proxy support'
author: 'GitHub'
inputs:
go-version:
description: 'The Go version to download (if necessary) and use. Example: 1.13.3'
default: '1.13.x'
# 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'
runs:
using: 'node12'
main: 'lib/setup-go.js'