mirror of
https://github.com/actions/setup-go.git
synced 2025-06-28 07:53:43 +00:00
Update dependencies for node20 (#445)
This commit is contained in:
parent
bfd2fb341f
commit
0c52d547c9
38 changed files with 67019 additions and 19597 deletions
|
@ -74,7 +74,7 @@ export async function run() {
|
|||
cacheDependencyPath
|
||||
);
|
||||
} catch (error) {
|
||||
core.warning(`Restore cache failed: ${error.message}`);
|
||||
core.warning(`Restore cache failed: ${(error as Error).message}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -92,7 +92,7 @@ export async function run() {
|
|||
core.info(goEnv);
|
||||
core.endGroup();
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
core.setFailed((error as Error).message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue