mirror of
https://github.com/rancher/types.git
synced 2025-07-15 22:15:49 +00:00
Update README.md
For go1.13 and beyond we next to explicitly disable go modules since it will be enabled for all go commands
This commit is contained in:
parent
59fbe5e3a9
commit
1a582d5688
@ -19,7 +19,7 @@ To generate types you need to update vendor.
|
||||
1. Update go.mod for what you need
|
||||
2. Run `GO111MODULE=on go mod vendor`
|
||||
3. Export your gopath (export GOPATH=types_go_path_dir)
|
||||
4. Run `go generate`
|
||||
4. Run `GO111MODULE=off go generate`
|
||||
5. Unset your `GOPATH`
|
||||
|
||||
## License
|
||||
|
Loading…
Reference in New Issue
Block a user