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
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.
0 commit comments