mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2024-11-05 19:45:49 +00:00
format
This commit is contained in:
parent
65f50caf42
commit
b27afcd9c2
1 changed files with 5 additions and 1 deletions
|
@ -62,7 +62,11 @@ export async function run() {
|
|||
if (cache && isCacheFeatureAvailable()) {
|
||||
const packageManager = 'default';
|
||||
const cacheDependencyPath = core.getInput('cache-dependency-path');
|
||||
await restoreCache(parseGoVersion(goVersion), packageManager, cacheDependencyPath);
|
||||
await restoreCache(
|
||||
parseGoVersion(goVersion),
|
||||
packageManager,
|
||||
cacheDependencyPath
|
||||
);
|
||||
}
|
||||
|
||||
// add problem matchers
|
||||
|
|
Loading…
Reference in a new issue