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
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
Thanks for opening the issue, @marrold. It looks like there's a mismatch between versions used for golangci-lint in the Makefile vs. what's in CI. I'm working on fixing the issues in #2167.
W.r.t. make test: I'm not seeing that same behavior on my machine. It's possible that the directory can't be written to on your machine.
The PR was merged, fixing the linter issues. Our CI was updated to make use of the latest golangci-lint at all times. There could still be a mismatch between versions used, but at least our CI will catch new issues before make lint.
I can't reproduce the failures you see with make test, so I consider this done for now. Feel free to reopen if needed.
Steps to Reproduce
make lint
&&make test
Your Environment
step-ca
Version - v0.28.1Expected Behavior
linting and testing should pass without errors to enable contributing to the code with confidence that regressions haven't been introduced
Actual Behavior
linting with
make lint
shows the following errors:testing with
make test
shows:Additional Context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: