feat: allow to skip golangci-lint installation (#1079)

This commit is contained in:
Ludovic Fernandez
2024-07-30 00:16:22 +02:00
committed by GitHub
parent 9ec89731c3
commit aaa42aa062
8 changed files with 753 additions and 19 deletions

View File

@ -38,6 +38,7 @@ const getAssetURL = (versionConfig: VersionConfig): string => {
export enum InstallMode {
Binary = "binary",
GoInstall = "goinstall",
None = "none",
}
type ExecRes = {