mirror of
https://github.com/actions/setup-go.git
synced 2026-02-04 14:38:20 +00:00
Update default Go module caching to use go.mod (#705)
* Update module cache to use go.mod as key * Fix typo * Revise breaking changes in README for V6 Updated breaking changes section with enhanced formatting and clarified toolchain management details.
This commit is contained in:
parent
7a3fe6cf4c
commit
a5f9b05d2d
8 changed files with 77 additions and 80 deletions
2
dist/cache-save/index.js
vendored
2
dist/cache-save/index.js
vendored
|
|
@ -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']
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue