mirror of
https://github.com/actions/setup-go.git
synced 2025-08-14 20:55:10 +00:00
Introduce getCurrentPackageManager
In order to avoid vague `default` value in many places
This commit is contained in:
parent
cf6af721a6
commit
fbed9d5d06
@ -13,3 +13,5 @@ export const supportedPackageManagers: SupportedPackageManagers = {
|
||||
cacheFolderCommandList: ['go env GOMODCACHE', 'go env GOCACHE']
|
||||
}
|
||||
};
|
||||
|
||||
export const getCurrentPackageManager = (): string => 'default';
|
||||
|
Loading…
x
Reference in New Issue
Block a user