updated golang version
This commit is contained in:
parent
ca852d4395
commit
42bcd91c68
@ -15,13 +15,13 @@ sudo apt install build-essential
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Installing Go
|
### Installing Go
|
||||||
Follow more in-depth instructions to install Go v1.18.2 or higher [here](https://golang.org/doc/install).
|
Follow more in-depth instructions to install Go v1.19 or higher [here](https://golang.org/doc/install).
|
||||||
|
|
||||||
On Ububtu you can install it with:
|
On Ububtu you can install it with:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
wget https://golang.org/dl/go1.18.2.linux-amd64.tar.gz
|
wget https://golang.org/dl/go1.19.3.linux-amd64.tar.gz
|
||||||
sudo tar -C /usr/local -xzf go1.18.2.linux-amd64.tar.gz
|
sudo tar -C /usr/local -xzf go1.19.3.linux-amd64.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
Add these lines to the end of `~/.profile`:
|
Add these lines to the end of `~/.profile`:
|
||||||
@ -71,10 +71,10 @@ Then start the chain again.
|
|||||||
|
|
||||||
### Versions for Sync
|
### Versions for Sync
|
||||||
|
|
||||||
|block height|canined version|
|
| block height | canined version |
|
||||||
|------------|---------------|
|
|--------------|-----------------|
|
||||||
|45381 |1.1.2 |
|
| 45381 | 1.1.2 |
|
||||||
|0 |1.1.0 |
|
| 0 | 1.1.0 |
|
||||||
|
|
||||||
## Creating a Service
|
## Creating a Service
|
||||||
You may want the daemon to run without you needing to supervise it. To turn the executable into a service follow these steps.
|
You may want the daemon to run without you needing to supervise it. To turn the executable into a service follow these steps.
|
||||||
|
Loading…
Reference in New Issue
Block a user