We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f30559 commit 864ab01Copy full SHA for 864ab01
main.go
@@ -44,7 +44,7 @@ var (
44
45
// ReleaseJSONURL builds URL of go-latest json
46
func ReleaseJSONURL() string {
47
- return strings.Join([]string{urlBase, branch, ".json"}, "")
+ return strings.Join([]string{urlBase, branch, "/current/version_info.json"}, "")
48
}
49
50
func main() {
0 commit comments