mirror of
https://github.com/actions/setup-go.git
synced 2025-06-28 07:53:43 +00:00
Fix formatting
This commit is contained in:
parent
2a34c33bd7
commit
802876f7c7
2 changed files with 4 additions and 5 deletions
|
@ -30,7 +30,7 @@ export async function run() {
|
|||
const version = installer.makeSemver(versionSpec);
|
||||
// Go versions less than 1.9 require GOROOT to be set
|
||||
if (semver.lt(version, '1.9.0')) {
|
||||
core.info("Setting GOROOT for Go version < 1.9");
|
||||
core.info('Setting GOROOT for Go version < 1.9');
|
||||
core.exportVariable('GOROOT', installDir);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue