Skip to content

Commit f32657c

Browse files
output version of go it resolved to
1 parent cec6ece commit f32657c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export async function run() {
5555
let goPath = await io.which('go');
5656
let goVersion = cp.execSync(`${goPath} version`);
5757

58-
console.log('Using go version ');
58+
console.log(goVersion);
5959
} catch (error) {
6060
core.setFailed(error.message);
6161
}

0 commit comments

Comments
 (0)