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

View file

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