feat: allow to skip golangci-lint installation (#1079)
This commit is contained in:
committed by
GitHub
parent
9ec89731c3
commit
aaa42aa062
@ -38,6 +38,7 @@ const getAssetURL = (versionConfig: VersionConfig): string => {
|
||||
export enum InstallMode {
|
||||
Binary = "binary",
|
||||
GoInstall = "goinstall",
|
||||
None = "none",
|
||||
}
|
||||
|
||||
type ExecRes = {
|
||||
|
Reference in New Issue
Block a user