diff --git a/dist/index.js b/dist/index.js index e59b833..f094328 100644 --- a/dist/index.js +++ b/dist/index.js @@ -52652,6 +52652,7 @@ async function installTailscaleMacOS(config, toolPath) { env: { ...process.env, TS_USE_TOOLCHAIN: "1", + GOWORK: "off", }, logMode: config.logMode, }); diff --git a/src/main.ts b/src/main.ts index 109d4c1..57a9d52 100644 --- a/src/main.ts +++ b/src/main.ts @@ -696,6 +696,7 @@ async function installTailscaleMacOS( env: { ...process.env, TS_USE_TOOLCHAIN: "1", + GOWORK: "off", }, logMode: config.logMode, },