mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
run format
This commit is contained in:
parent
90a3d02a0c
commit
f8a000bd79
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue