update setup default branch

This commit is contained in:
yusing 2024-10-31 03:07:03 +08:00
parent 4ee93a1351
commit 00fc75b61b

View file

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