upgrade Go version to 1.16 latest (#1577)

* bump go version to 1.16

* fix gox

* fix

* fix

* del sleep

* del

* gosum fix conflict 0511

* rm stop fix

Co-authored-by: Hongchao Deng <hongchaodeng1@gmail.com>
This commit is contained in:
wangyuan249
2021-05-11 21:27:33 +08:00
committed by GitHub
parent 83c9c17cc7
commit ba8c6c020a
7 changed files with 15 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ contributing to `kubevela` or build a PoC (Proof of Concept).
### Prerequisites
1. Golang version 1.13+
1. Golang version 1.16+
2. Kubernetes version v1.16+ with `~/.kube/config` configured.
3. ginkgo 1.14.0+ (just for [E2E test](./CONTRIBUTING.md#e2e-test))
4. golangci-lint 1.31.0+, it will install automatically if you run `make`, you can [install it manually](https://golangci-lint.run/usage/install/#local-installation) if the installation is too slow.