tooling: use go version 1.16 as minimum version (#6642)

This commit is contained in:
William Banfield
2021-07-02 14:39:50 -04:00
committed by GitHub
parent 0e9bec1b53
commit b2502b5e53
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ Verify that you have the latest version of Go installed:
```bash
$ go version
go version go1.15.x darwin/amd64
go version go1.16.x darwin/amd64
```
## 1.2 Creating a new Go project