Skip to content

Commit f5aa91c

Browse files
authored
Upgrade Go installation from v1.23.7 to v1.24.0
Updated Go installation instructions to version 1.24.0.
1 parent 568c308 commit f5aa91c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

storage-providers/pdp/install-and-run-pdp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ sudo apt update && sudo apt upgrade -y && sudo apt install -y \
3434

3535
***
3636

37-
### :hammer: Install Go (v1.23.7)
37+
### :hammer: Install Go (v1.24.0)
3838

3939
```sh
4040
sudo rm -rf /usr/local/go
41-
wget https://go.dev/dl/go1.23.7.linux-amd64.tar.gz
42-
sudo tar -C /usr/local -xzf go1.23.7.linux-amd64.tar.gz
41+
wget https://go.dev/dl/go1.24.0.linux-amd64.tar.gz
42+
sudo tar -C /usr/local -xzf go1.24.0.linux-amd64.tar.gz
4343
echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc
4444
source ~/.bashrc
4545
go version

0 commit comments

Comments
 (0)