Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use -mod=readonly rather than -mod= for go list
The empty string is not a valid value for the -mod flag, and it fails when using a workspace too: go: -mod may only be set to readonly or vendor when in workspace mode, but it is set to ""
- Loading branch information