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
After investigating the issue the culprit is a command that we executed before go get -u github.com/kardianos/govendor this command update some modules version in the go.mod file causing the error.
After enabled the Go modules the Lint stage start failing on the
make check
command with the following error:The text was updated successfully, but these errors were encountered: