Skip to content

Commit

Permalink
Update version Go Lang version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikas Mathur committed Sep 16, 2024
1 parent f35bc90 commit ce94561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ source setenv.sh
```
yum install -y gcc git go wget tar xz make gcc-c++
cd /root
curl -OL https://golang.org/dl/go1.21.6.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.21.6.linux-amd64.tar.gz
curl -OL https://golang.org/dl/go1.22.5.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.22.5.linux-amd64.tar.gz
rm /usr/bin/go
rm /usr/bin/gofmt
Expand Down

0 comments on commit ce94561

Please sign in to comment.