You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
setup-go/action.yml

11 lines
327 B
YAML

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