Update module cache to use go.mod as key

This commit is contained in:
Priyagupta108 2026-01-12 14:42:22 +05:30
parent ae252ee6fb
commit 6e29faab03
9 changed files with 73 additions and 68 deletions

View file

@ -44277,7 +44277,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.supportedPackageManagers = void 0;
exports.supportedPackageManagers = {
default: {
dependencyFilePattern: 'go.sum',
dependencyFilePattern: 'go.mod',
cacheFolderCommandList: ['go env GOMODCACHE', 'go env GOCACHE']
}
};