mirror of https://github.com/zulip/zulip.git
puppet: Go's website is officially go.dev, not golang.org.
This commit is contained in:
parent
1b692984ce
commit
8ba51f90e6
|
@ -7,7 +7,7 @@ class zulip::golang {
|
|||
|
||||
zulip::external_dep { 'golang':
|
||||
version => $version,
|
||||
url => "https://golang.org/dl/go${version}.linux-${zulip::common::goarch}.tar.gz",
|
||||
url => "https://go.dev/dl/go${version}.linux-${zulip::common::goarch}.tar.gz",
|
||||
tarball_prefix => 'go',
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue