Skip to content

Commit

Permalink
Merge pull request #4 from jalkjaer/master
Browse files Browse the repository at this point in the history
Update to use https://golang.org/dl for binary releases
  • Loading branch information
tfournier authored Mar 8, 2021
2 parents 54aa21b + 54fbd33 commit fc2119f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
golangDownloadURL string = "https://dl.google.com/go"
golangDownloadURL string = "https://golang.org/dl"
sdkDirName string = "sdk"
sdkUsedDirName string = "current"
sdkDownloadDirName string = ".downloads"
Expand Down

0 comments on commit fc2119f

Please sign in to comment.