diff --git a/1.install-compile.md b/1.install-compile.md index aa459226..93de4fdc 100644 --- a/1.install-compile.md +++ b/1.install-compile.md @@ -47,7 +47,7 @@ By downloading the binary we avoid compiling the source code. ``` ## Option 2. Compile instructions: -### Install GoLang v1.18.x +### Install GoLang v1.19.x The official instructions can be found here: https://golang.org/doc/install @@ -57,7 +57,7 @@ The official instructions can be found here: https://golang.org/doc/install ``` 2. Download the software: ``` - curl https://dl.google.com/go/go1.18.5.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf - + curl https://go.dev/dl/go1.19.6.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf ``` 3. Update environment variables to include Go (copy everything & paste) ``` @@ -74,7 +74,7 @@ The official instructions can be found here: https://golang.org/doc/install ``` go version ``` - Should return `go version go1.18.5 linux/amd64` + Should return `go version go1.19.6 linux/amd64` ### Download source code and compile 5. Download the source code using `git`