Skip to content

Commit 864ab01

Browse files
committed
udpate URL
1 parent 7f30559 commit 864ab01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var (
4444

4545
// ReleaseJSONURL builds URL of go-latest json
4646
func ReleaseJSONURL() string {
47-
return strings.Join([]string{urlBase, branch, ".json"}, "")
47+
return strings.Join([]string{urlBase, branch, "/current/version_info.json"}, "")
4848
}
4949

5050
func main() {

0 commit comments

Comments
 (0)