mirror of
https://github.com/actions/setup-go.git
synced 2025-06-28 07:53:43 +00:00
lint
This commit is contained in:
parent
3d89e603f2
commit
93ddff5bef
2 changed files with 6 additions and 3 deletions
|
@ -82,8 +82,7 @@ async function addBinToPath(): Promise<boolean> {
|
|||
|
||||
core.addPath(bp);
|
||||
added = true;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
core.debug('go env GOPATH does not exist');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue