Ubuntu.md: remove getgo option

Getgo is deprecated.

For golang/go#60951

Change-Id: I3b92e0d90cae8ec4623199b63e9aca98883db477
Reviewed-on: https://go-review.googlesource.com/c/wiki/+/563455
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com>
Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com>
diff --git a/Ubuntu.md b/Ubuntu.md
index 477f003..fc4cd5a 100644
--- a/Ubuntu.md
+++ b/Ubuntu.md
@@ -28,13 +28,3 @@
 sudo snap install --classic go
 ```
 > A restart may or may not be required for the command to be recognized depending on your system.
-
-## Using getgo
-
-Using [getgo](https://github.com/golang/tools/tree/master/cmd/getgo) (proof-of-concept command-line installer for Go).
-
-```
-curl -LO https://get.golang.org/$(uname)/go_installer && chmod +x go_installer && ./go_installer && rm go_installer
-```
-> Getgo will install the Go distribution (tools & stdlib) to "/.go" inside your home directory.
-