bump go version (#5070)

## Description

since 0.34 is breaking we should bump the go version to 1.14

Closes: #XXX
This commit is contained in:
Marko
2020-07-01 08:36:16 +00:00
committed by GitHub
parent 5d4eee2eea
commit 66003d7bd1
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ Verify that you have the latest version of Go installed:
```bash
$ go version
go version go1.13.1 darwin/amd64
go version go1.14.x darwin/amd64
```
Make sure you have `$GOPATH` environment variable set: