From 229eefa42bc953e2e5c73d5532f977c10cc2b271 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Mon, 14 Mar 2022 12:24:32 -0400 Subject: [PATCH] Update `dist` --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 99a304b..7a7a59c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2086,7 +2086,7 @@ 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); } let added = yield addBinToPath();