Skip to content

Commit

Permalink
rfac: changed go version in development doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yp969803 committed Jan 9, 2025
1 parent e827580 commit 5f21ce1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

Prerequisite:
* Operating system: Linux or macos, for windows install [wsl](https://learn.microsoft.com/en-us/windows/wsl/install) with ubuntu-24.04
* Install and configure path of [go1.22](https://go.dev/doc/install)
* Install and configure path of [go1.23](https://go.dev/doc/install)
```
## commands only for linux os and wsl
curl -o https://go.dev/dl/go1.22.0.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.22.0.linux-amd64.tar.gz
curl -o https://go.dev/dl/go1.23.0.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.0.linux-amd64.tar.gz
## Add following line to ~/.bashrc
export PATH=$PATH:/usr/local/go/bin
Expand Down

0 comments on commit 5f21ce1

Please sign in to comment.