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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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'