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
fix(ci): restore go mod tidy in otel-update.sh script (#8326) (#8350)
Without it, `mage notice` fails, because `mage tidy` fails, because magefile cannot be compiled, because the root `go.mod` file that Mage depends on is out of date.
(cherry picked from commit bb6eff4)
Co-authored-by: Andrzej Stencel <[email protected]>
0 commit comments