1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-06-09 03:52:22 +02:00
This commit is contained in:
Bryan MacFarlane 2020-03-26 12:55:08 -04:00
parent 3d89e603f2
commit 93ddff5bef
2 changed files with 6 additions and 3 deletions

View file

@ -82,8 +82,7 @@ async function addBinToPath(): Promise<boolean> {
core.addPath(bp);
added = true;
}
else {
} else {
core.debug('go env GOPATH does not exist');
}
}