Skip to content

Commit 860e01e

Browse files
adding description to metadata and a note for latest Go version
1 parent 2bd6d04 commit 860e01e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • content/install-guides

content/install-guides/go.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ author: Jason Andrews
88
multi_install: false
99
multitool_install_part: false
1010
official_docs: https://go.dev/doc/
11+
description: Install the Go programming language on Arm Linux (aarch64) and verify the installation by printing the installed version.
1112
ecosystem_dashboard: https://developer.arm.com/ecosystem-dashboard/linux?package=golang
1213
test_images:
1314
- ubuntu:latest
@@ -39,7 +40,11 @@ If you see a different result, you are not using an Arm computer running 64-bit
3940

4041
## Download and install Go
4142

42-
The easiest way to install Go for Ubuntu on Arm is to download a release, extract it, and set up your `PATH` environment variable. To do so, follow these steps:
43+
The easiest way to install Go for Ubuntu on Arm is to download a release, extract it, and set up your `PATH` environment variable. To download and install Go, follow these steps:
44+
45+
{{% notice Note %}}
46+
The following steps use `go1.24.5`. To download the latest version of Go, replace `go1.24.5` with the identifier for the latest version. To find the latest version of Go, see [All releases](https://go.dev/dl/).
47+
{{% /notice %}}
4348

4449
1. Download a Go release:
4550

0 commit comments

Comments
 (0)