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

ci: change lint workflow to run for each root package #7

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

jeronimoalbi
Copy link
Member

Workflow doesn't use the golangci-lint binary but instead it installs it using the pre-installed Go version. This is done to avoid using a pre-compiled binary which would cause an issue with the patch version in go mod introduced by Go v1.21.

Resolves #5

@jeronimoalbi jeronimoalbi added the bug Something isn't working label Sep 14, 2023
@jeronimoalbi jeronimoalbi self-assigned this Sep 14, 2023
@Pantani Pantani merged commit b3bdca1 into main Sep 18, 2023
4 checks passed
@Pantani Pantani deleted the ci/fix-linter branch September 18, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix test-lint.yml to successfully run golangci-lint in each monorepo directory
2 participants