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(golangci-lint): upgrade golangci-lint to 1.59.1 #340

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

stegayet
Copy link
Contributor

Description

This PR upgrades golangci-lint to 1.59.1 and associated GitHub Action to 6.0.1.

  • Configuration file needs to be adapted

How this has been done ?

How this has been tested ?

  • Checking that configuration file is valid:
>> docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.59.1 golangci-lint config verify
# No output.
  • Checking that running linter does not change files:
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.59.1 golangci-lint run
# No output.

@stegayet stegayet changed the title ci(golangci-lint): upgrade golangci-lint to latest ci(golangci-lint): upgrade golangci-lint to 1.59.1 Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant