Commit ec8e8bd
authored
fix: update go download url for linux (#275)
Our Linux builds use a custom script that fetches a Go binary from a
Google storage bucket. The URL pattern in release announcement uses
go.dev/dl instead, and the availability of binaries through storage
bucket links seems inconsistent recently:
_https://groups.google.com/g/golang-nuts/c/xL-B4XggX04?pli=1
So let's do what Google says we should anyway.1 parent 5900976 commit ec8e8bd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments