From 2091469f9f41b7aa3da89ed373d54201e9e4bf45 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Tue, 31 Mar 2020 10:38:13 -0400 Subject: [PATCH] lint --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 8d1ce55..3020b3e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1321,7 +1321,7 @@ function run() { // output the version actually being used let goPath = yield io.which('go'); let goVersion = child_process_1.default.execSync(`${goPath} version`); - console.log('Using go version '); + console.log(goVersion); } catch (error) { core.setFailed(error.message);