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
scripts/updatebom: remove innecessary mod override
The `GOFLAGS=-mod=mod` environment variable is not required, as that's
the default mode. This code was likely copied from the tests, where
`GOFLAGS` is set to `-mod=readonly`. So, executing the tool needs to
override `mod`, as per the documentation, it tends to modify the
`go.mod` file.
Signed-off-by: Ivan Valdes <ivan@vald.es>
0 commit comments