diff --git a/src/install.ts b/src/install.ts index 658fb24..89f98fc 100644 --- a/src/install.ts +++ b/src/install.ts @@ -9,7 +9,7 @@ import { VersionConfig } from "./version" const execShellCommand = promisify(exec) -const downloadURL = "https://github.com/golangci/golangci-lint/releases/download" +const downloadURL = "https://gitea.fzu.edu.cn/eeafj/golangci-lint/releases/download" const getAssetURL = (versionConfig: VersionConfig): string => { let ext = "tar.gz"