Skip to content

Commit 2091469

Browse files
lint
1 parent f32657c commit 2091469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ function run() {
13211321
// output the version actually being used
13221322
let goPath = yield io.which('go');
13231323
let goVersion = child_process_1.default.execSync(`${goPath} version`);
1324-
console.log('Using go version ');
1324+
console.log(goVersion);
13251325
}
13261326
catch (error) {
13271327
core.setFailed(error.message);

0 commit comments

Comments
 (0)