Skip to content

Commit 5c18eb3

Browse files
fix: update download URL for Go binaries to new location (#127)
1 parent ac0dfe6 commit 5c18eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builders/go-builder.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class GoBuilder {
6666

6767
$filename = "$goVersion.$goPlatform-$arch.$ArchiveType"
6868

69-
return "https://storage.googleapis.com/golang/$filename"
69+
return "https://go.dev/dl/$filename"
7070
}
7171

7272
[string] Download() {

0 commit comments

Comments
 (0)