mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-06-10 04:22:22 +02:00
use actual version in key
This commit is contained in:
parent
89d7939d38
commit
65f50caf42
2 changed files with 2 additions and 4 deletions
|
@ -62,8 +62,7 @@ export async function run() {
|
|||
if (cache && isCacheFeatureAvailable()) {
|
||||
const packageManager = 'default';
|
||||
const cacheDependencyPath = core.getInput('cache-dependency-path');
|
||||
core.info(`Version spec is ${versionSpec}, go version is ${goVersion}`)
|
||||
await restoreCache(goVersion, packageManager, cacheDependencyPath);
|
||||
await restoreCache(parseGoVersion(goVersion), packageManager, cacheDependencyPath);
|
||||
}
|
||||
|
||||
// add problem matchers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue