mirror of
https://github.com/zulip/zulip.git
synced 2025-10-26 17:43:58 +00:00
puppet: Go's website is officially go.dev, not golang.org.
This commit is contained in:
committed by
Tim Abbott
parent
1b692984ce
commit
8ba51f90e6
@@ -7,7 +7,7 @@ class zulip::golang {
|
|||||||
|
|
||||||
zulip::external_dep { 'golang':
|
zulip::external_dep { 'golang':
|
||||||
version => $version,
|
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',
|
tarball_prefix => 'go',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user