Closed hectorj2f closed 8 months ago
There are some scenarios where where we have a workspace and the code needs to run go work vendor instead. That could be detected by gobump if there is a go.work file.
go work vendor
This has been added and merged in main. Closing this issue!
There are some scenarios where where we have a workspace and the code needs to run
go work vendor
instead. That could be detected by gobump if there is a go.work file.