Skip to content

Commit ec10c8e

Browse files
Merge pull request #9668 from bitoku/fix-golang-error
Update Golang download URL to use go.dev
2 parents 2e590ab + 04f4754 commit ec10c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/test/ci/build/golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- name: fetch Golang
1717
unarchive:
1818
remote_src: yes
19-
src: "https://storage.googleapis.com/golang/go{{ go_version_number }}.linux-amd64.tar.gz"
19+
src: "https://go.dev/dl/go{{ go_version_number }}.linux-amd64.tar.gz"
2020
dest: /usr/local
2121

2222
- name: link go toolchain

0 commit comments

Comments
 (0)