mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
fdb6b80672
- You can no longer cross submodule boundaries with ./... in go subcommands like `go list` or `go test`. The makefile and CI scripts were updated accordingly. - Also of note: `go mod vendor` now omits things build ignored.