diff --git a/src/cache-restore.ts b/src/cache-restore.ts index 0a8ee9c..52bc52d 100644 --- a/src/cache-restore.ts +++ b/src/cache-restore.ts @@ -29,7 +29,7 @@ export const restoreCache = async ( ); } - const cacheKeyPrefix = core.getInput('cache-key-prefix') || 'setup-go' + const cacheKeyPrefix = core.getInput('cache-key-prefix') || 'setup-go'; const primaryKey = `${cacheKeyPrefix}-${platform}-go-${versionSpec}-${fileHash}`; core.debug(`primary key is ${primaryKey}`);