Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
Bryan MacFarlane committed Mar 31, 2020
1 parent f32657c commit 2091469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -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);
Expand Down

0 comments on commit 2091469

Please sign in to comment.