Update action.yml

This commit is contained in:
Danny McCormick
2019-07-09 12:44:13 -04:00
committed by GitHub
parent 61f2387086
commit eeb946a217

View File

@ -6,5 +6,5 @@ inputs:
description: 'The Go version to download (if necessary) and use. Example: 1.9.3' description: 'The Go version to download (if necessary) and use. Example: 1.9.3'
default: '1.10' default: '1.10'
runs: runs:
using: 'node' using: 'node12'
main: 'lib/setup-go.js' main: 'lib/setup-go.js'