mirror of https://github.com/actions/setup-go.git
run format
This commit is contained in:
parent
90a3d02a0c
commit
f8a000bd79
|
@ -50,7 +50,7 @@ export async function run() {
|
||||||
core.info('Setting GOROOT for Go version < 1.9');
|
core.info('Setting GOROOT for Go version < 1.9');
|
||||||
core.exportVariable('GOROOT', installDir);
|
core.exportVariable('GOROOT', installDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
core.info(`Successfully set up Go version ${versionSpec}`);
|
core.info(`Successfully set up Go version ${versionSpec}`);
|
||||||
} else {
|
} else {
|
||||||
core.info(
|
core.info(
|
||||||
|
|
Loading…
Reference in New Issue