mirror of
https://github.com/actions/setup-go.git
synced 2025-12-17 05:02:34 +00:00
change name of it
This commit is contained in:
parent
af7fba4129
commit
4ef8fc9d4c
3 changed files with 5 additions and 5 deletions
|
|
@ -20,7 +20,7 @@ export async function run() {
|
|||
setGoToolchain();
|
||||
|
||||
const cache = core.getBooleanInput('cache');
|
||||
const buildTarget = core.getInput('buildTarget');
|
||||
const buildTargetArch = core.getInput('buildTargetArch');
|
||||
core.info(`Setup go version spec ${versionSpec}`);
|
||||
|
||||
let arch = core.getInput('architecture') as Architecture;
|
||||
|
|
@ -75,7 +75,7 @@ export async function run() {
|
|||
parseGoVersion(goVersion),
|
||||
packageManager,
|
||||
cacheDependencyPath,
|
||||
buildTarget
|
||||
buildTargetArch
|
||||
);
|
||||
} catch (error) {
|
||||
core.warning(`Restore cache failed: ${(error as Error).message}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue