Skip to content

Commit

Permalink
update setup default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yusing committed Oct 30, 2024
1 parent 4ee93a1 commit 00fc75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, ""},
Expand Down

0 comments on commit 00fc75b

Please sign in to comment.