修改下载地址为gitea.fzu.edu.cn。

Signed-off-by: siaimes <34199488+siaimes@users.noreply.github.com>
This commit is contained in:
siaimes 2024-10-10 15:07:15 +08:00
parent 971e284b60
commit b639dcd0fa

View File

@ -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"