From 8ba51f90e69b486ded7b3e3934fa223a8dd1e30f Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Wed, 4 Jan 2023 22:00:02 +0000 Subject: [PATCH] puppet: Go's website is officially go.dev, not golang.org. --- puppet/zulip/manifests/golang.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/zulip/manifests/golang.pp b/puppet/zulip/manifests/golang.pp index d5db4021df..6ff0731c66 100644 --- a/puppet/zulip/manifests/golang.pp +++ b/puppet/zulip/manifests/golang.pp @@ -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', } }