build: update go version to 1.16 in go.mod

Make go version latest in the repo

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2021-05-10 11:59:04 +05:30
committed by mergify[bot]
parent 2b9f6c3598
commit 9aa3520c9d
5 changed files with 67 additions and 6 deletions

View File

@ -13,7 +13,7 @@ it is **highly** encouraged to:
### Workspace and repository setup
* [Download](https://golang.org/dl/) Go (>=1.13.x) and
* [Download](https://golang.org/dl/) Go (>=1.16.x) and
[install](https://golang.org/doc/install) it on your system.
* Setup the [GOPATH](http://www.g33knotes.org/2014/07/60-second-count-down-to-go.html)
environment.