mirror of
https://github.com/actions/setup-go.git
synced 2025-05-22 02:22:24 +00:00
lint
This commit is contained in:
@ -82,8 +82,7 @@ async function addBinToPath(): Promise<boolean> {
|
||||
|
||||
core.addPath(bp);
|
||||
added = true;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
core.debug('go env GOPATH does not exist');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user