Readme.md: we require Go >= 1.13 now

While there, make sure the markdown output is not confusing.
This commit is contained in:
Simone Basso 2019-11-14 10:14:25 +01:00
parent a9b2edc88e
commit 0c6862bb87

View File

@ -4,12 +4,12 @@ The next generation OONI Probe Command Line Interface.
## Development setup ## Development setup
Be sure you have golang >= 1.12. We use Go modules. Make sure you Be sure you have golang >= 1.13. We use Go modules. Make sure you
don't have GOPATH set. don't have GOPATH set.
Run Run
```bash ```
./build.sh help ./build.sh help
``` ```
@ -18,7 +18,7 @@ instructions on how to install dependencies.
## Releasing ## Releasing
```bash ```
./build.sh release ./build.sh release
``` ```