misc: Update to golang 1.11.x

Bump to the newer version.
This commit is contained in:
James Shubin
2019-05-05 08:28:42 -04:00
parent e3cc6309ea
commit e9257580cd
4 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ Once you're familiar with the general idea, please start hacking...
### Installing golang
* You need golang version 1.10 or greater installed.
* You need golang version 1.11 or greater installed.
* To install on rpm style systems: `sudo dnf install golang`
* To install on apt style systems: `sudo apt install golang`
* To install on macOS systems install [Homebrew](https://brew.sh)
@@ -89,7 +89,7 @@ required for running the _test_ suite.
### Build
* `golang` 1.10 or higher (required, available in some distros and distributed
* `golang` 1.11 or higher (required, available in some distros and distributed
as a binary officially by [golang.org](https://golang.org/dl/))
### Runtime