0
1
mirror of https://github.com/actions/setup-go synced 2024-06-01 18:38:04 +02:00
setup-go/action.yml
2019-08-12 14:41:23 -04:00

11 lines
320 B
YAML

name: 'Setup Go environment'
description: 'Setup a Go environment and add it to the PATH, additionally providing proxy support'
author: 'GitHub'
inputs:
version:
description: 'The Go version to download (if necessary) and use. Example: 1.9.3'
default: '1.10'
runs:
using: 'node12'
main: 'lib/setup-go.js'