mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
Make golang::setup-env turn on workspaces
Both GO111MODULE and GOWORK default to on, so this just unsets them. We could set them to explicit values but this seems equivalent and cleaner.
This commit is contained in:
@@ -41,8 +41,6 @@ $ kind create cluster --config test/e2e/dra/kind.yaml --image dra/node:latest
|
||||
|
||||
- Build ginkgo
|
||||
|
||||
> NB: If you are using go workspace you must disable it `GOWORK=off make ginkgo`
|
||||
|
||||
```bash
|
||||
$ make ginkgo
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user