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
I have go1.23 in the path. My bar module is upgraded in go.mod to require 1.24. This works compiling the module.
I have a second module foo that depends on the first module and uses a replacement to use the local version:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I have go1.23 in the path. My
bar
module is upgraded ingo.mod
to require 1.24. This works compiling the module.I have a second module
foo
that depends on the first module and uses a replacement to use the local version:What did you expect to see?
Build success
What did you see instead?
The text was updated successfully, but these errors were encountered: