Skip to content

Commit

Permalink
Update go version to 1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
njmurarka authored Dec 22, 2020
1 parent 5112bde commit a88ed9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/devenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
1. Curium uses Golang, in \*nix, run these commands in a terminal

```text
wget https://dl.google.com/go/go1.14.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.14.linux-amd64.tar.gz
wget https://golang.org/dl/go1.15.6.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.15.6.linux-amd64.tar.gz
```

on macOS install the latest package from here: [https://golang.org/doc/install](https://golang.org/doc/install)
Expand Down

0 comments on commit a88ed9b

Please sign in to comment.