puppet: Go's website is officially go.dev, not golang.org.

This commit is contained in:
Alex Vandiver 2023-01-04 22:00:02 +00:00 committed by Tim Abbott
parent 1b692984ce
commit 8ba51f90e6
1 changed files with 1 additions and 1 deletions

View File

@ -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',
} }
} }