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 spec file is calling linux-release/macos-release/windows-release
indvidually to avoid running `make check` which until now needed network
access when building golangci-lint.
Since golangci-lint is now vendored, we can switch back to using `make
release` in the spec file.
0 commit comments