From 00fc75b61bb41ae883001d85122765a968ca24a7 Mon Sep 17 00:00:00 2001 From: yusing Date: Thu, 31 Oct 2024 03:07:03 +0800 Subject: [PATCH] update setup default branch --- internal/setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/setup.go b/internal/setup.go index f067fec..6b5fb82 100644 --- a/internal/setup.go +++ b/internal/setup.go @@ -12,7 +12,7 @@ import ( ) var ( - branch = common.GetEnv("GOPROXY_BRANCH", "v0.6") + branch = common.GetEnv("GOPROXY_BRANCH", "v0.7") baseURL = "https://github.com/yusing/go-proxy/raw/" + branch requiredConfigs = []Config{ {common.ConfigBasePath, true, false, ""},