Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spike: Debug linter #306

Closed
wants to merge 4 commits into from
Closed

Spike: Debug linter #306

wants to merge 4 commits into from

Conversation

ferglor
Copy link
Collaborator

@ferglor ferglor commented Jan 16, 2024

It looks like when a PR bumps the go version to 1.21, the linter goes a little crazy (specifically, we get a bunch of errors on the mockery mocks)

At first I thought that maybe we needed to use a newer version of mockery to generate our mocks, but this was unsuccessful

Looking at the workflow, we seem to be using a forked/outdated version of golangci-lint-action

To remedy this, I copied some of the settings out of the integration tests workflow in core, to use the same linter with similar args as seen here

With the workflow updated, the CI steps now pass, though I'm not sure if there's any additional tweaking we need here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant