3
0
Fork 0
mirror of https://gitea.com/actions/setup-go.git synced 2024-11-22 09:39:31 +01:00
setup-go/action.yml
2019-06-19 10:11:12 -04:00

10 lines
327 B
YAML

name: 'Setup Go for use with actions'
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: 'node'
main: 'lib/setup-go.js'