You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go broke their backwards compatibility guarantee for multi-module workspaces that have
different go directives in their go.mod. This prevents us from running tests on the
library and awsrds store using any version below 1.21 because 1.21 places a toolchain
directive in store/vault/go.mod which is parsed by running go commands in any other
directory in the repo.
0 commit comments