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
For some reason our last couple of nightly regens are adding a dep to our go.mod file that is not really needed. Example #589. I have manually ran go mod tidy on the PR to fix it. Let's figure out why this is happening all of the sudden.
The text was updated successfully, but these errors were encountered:
The reason why I could not reproduce this locally is because I use 1.14. It seem like changes to the go command in 1.13 limited the number of dependencies that would be auto-updated when running go build or go mod download.
For some reason our last couple of nightly regens are adding a dep to our
go.mod
file that is not really needed. Example #589. I have manually rango mod tidy
on the PR to fix it. Let's figure out why this is happening all of the sudden.The text was updated successfully, but these errors were encountered: