File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ the following commands for your OS:
100
100
<summary >Linux (x86-64)</summary >
101
101
102
102
```
103
- wget https://dl.google.com/go/go1.22.5 .linux-amd64.tar.gz
103
+ wget https://dl.google.com/go/go1.22.6 .linux-amd64.tar.gz
104
104
sha256sum go1.22.5.linux-amd64.tar.gz | awk -F " " '{ print $1 }'
105
105
```
106
106
107
107
The final output of the command above should be
108
- ` 904b924d435eaea086515bc63235b192ea441bd8c9b198c507e85009e6e4c7f0 ` . If it
108
+ ` 999805bed7d9039ec3da1a53bfbcafc13e367da52aa823cb60b68ba22d44c616 ` . If it
109
109
isn't, then the target REPO HAS BEEN MODIFIED, and you shouldn't install
110
110
this version of Go. If it matches, then proceed to install Go:
111
111
```
@@ -123,7 +123,7 @@ the following commands for your OS:
123
123
```
124
124
125
125
The final output of the command above should be
126
- ` 8c4587cf3e63c9aefbcafa92818c4d9d51683af93ea687bf6c7508d6fa36f85e ` . If it
126
+ ` b566484fe89a54c525dd1a4cbfec903c1f6e8f0b7b3dbaf94c79bc9145391083 ` . If it
127
127
isn't, then the target REPO HAS BEEN MODIFIED, and you shouldn't install
128
128
this version of Go. If it matches, then proceed to install Go:
129
129
```
You can’t perform that action at this time.
0 commit comments