You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/current/tasks.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -26,37 +26,37 @@ Go Website below:
26
26
## 1. Downloads
27
27
28
28
:::note NOTE
29
-
Here we take the `1.19` version as an example, and it is **not recommended** to install a specific version. Developers can choose according to their needs. For more versions, go to [Go to Golang](https://go.dev/dl/) to choose by yourself.
29
+
Here we take the `1.23` version as an example, and it is **not recommended** to install a specific version. Developers can choose according to their needs. For more versions, go to [Go to Golang](https://go.dev/dl/) to choose by yourself.
<p>Support Linux 2.6.32 and later, Intel 64-bit processor</p>
59
-
<a>go1.19.4.linux-amd64.tar.gz(142MB)</a>
59
+
<a>go1.23.5.linux-amd64.tar.gz(142MB)</a>
60
60
</DocsCard>
61
61
62
62
</DocsCards>
@@ -71,7 +71,7 @@ Other versions and operating systems can [to go to the official network](https:/
71
71
1 Delete the `/usr/local/go` folder (if available) to remove any previous Go installation and then compress the just downloaded archive to `/usr/local`, Create a new Go directory in `/usr/local/go`:
72
72
73
73
```bash
74
-
$ rm -rf /usr/local/go && tar -C /usr/local -xzf go1.19.4.linux-amd64.tar.gz
74
+
$ rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.5.linux-amd64.tar.gz
0 commit comments