From eeb946a217b06a49a681ee17141289251886ac14 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 9 Jul 2019 12:44:13 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e3fe789..418d6de 100644 --- a/action.yml +++ b/action.yml @@ -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'