Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
output version of go it resolved to
  • Loading branch information
Bryan MacFarlane committed Mar 31, 2020
1 parent cec6ece commit f32657c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Expand Up @@ -55,7 +55,7 @@ export async function run() {
let goPath = await io.which('go');
let goVersion = cp.execSync(`${goPath} version`);

console.log('Using go version ');
console.log(goVersion);
} catch (error) {
core.setFailed(error.message);
}
Expand Down

0 comments on commit f32657c

Please sign in to comment.