Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "if modules enabled" check in common.sh
The code `(go mod edit -json &>/dev/null)` fails if modules are not enabled because of `set -o errexit`. This commit fixes it so the script continues its execution.
- Loading branch information