Found that the running the full repository test suites will cause failures if you attempt to upgrade any module to use go-sdk v1.14.x. I believe this is happening because of MVS (Minimal Version Selection) within workspaces. If single module bumps it's go-sdk version past v1.13.1 it will break tests across other modules.
Found that the running the full repository test suites will cause failures if you attempt to upgrade any module to use go-sdk v1.14.x. I believe this is happening because of MVS (Minimal Version Selection) within workspaces. If single module bumps it's go-sdk version past v1.13.1 it will break tests across other modules.