From b639dcd0fabc7a2c47e7e90cdfd959a5afe41137 Mon Sep 17 00:00:00 2001 From: siaimes <34199488+siaimes@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:07:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E8=BD=BD=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=B8=BAgitea.fzu.edu.cn=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: siaimes <34199488+siaimes@users.noreply.github.com> --- src/install.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"