From 273f2cd95e3dfce6c35c34698cab6ddc4ea25217 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 25 Aug 2023 14:12:45 +0200 Subject: [PATCH] cli/command/manifest: update link to Go documentation Signed-off-by: Sebastiaan van Stijn --- cli/command/manifest/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/command/manifest/util.go b/cli/command/manifest/util.go index 16aba15c74..f25ff0ad99 100644 --- a/cli/command/manifest/util.go +++ b/cli/command/manifest/util.go @@ -16,7 +16,7 @@ type osArch struct { // Remove any unsupported os/arch combo // list of valid os/arch values (see "Optional Environment Variables" section -// of https://golang.org/doc/install/source +// of https://go.dev/doc/install/source // Added linux/s390x as we know System z support already exists // Keep in sync with _docker_manifest_annotate in contrib/completion/bash/docker var validOSArches = map[osArch]bool{