Skip to content

Commit 1580dcb

Browse files
committed
golang.org changed to go.dev
1 parent 88e5582 commit 1580dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/lib/download.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import (
1616
)
1717

1818
const (
19-
STABLE_VERSION = "https://golang.org/dl/?mode=json"
20-
GO_DOWNLOAD_URL = "https://golang.org/dl" // redirects to https://dl.google.com/go
19+
STABLE_VERSION = "https://go.dev/dl/?mode=json"
20+
GO_DOWNLOAD_URL = "https://go.dev/dl" // redirects to https://dl.google.com/go
2121
)
2222

2323
var (

0 commit comments

Comments
 (0)