Bump golangci/golangci-lint-action from 6 to 7
Bumps golangci/golangci-lint-action from 6 to 7.
Release notes
Sourced from golangci/golangci-lint-action's releases.
v7.0.0
⚠️ The GitHub Action v7 supports golangci-lint v2 only. ⚠️
What's Changed
Changes
- feat: golangci-lint v2 support by
@ldezin golangci/golangci-lint-action#1198Documentation
- docs: update annotation permissions by
@ldezin golangci/golangci-lint-action#1203- docs: fix checks permissions for annotations by
@kema-devin golangci/golangci-lint-action#1204Dependencies
- build(deps-dev): bump the dev-dependencies group with 3 updates by
@dependabotin golangci/golangci-lint-action#1207New Contributors
@kema-devmade their first contribution in golangci/golangci-lint-action#1204Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v6.5.2...v7.0.0
v6.5.2
What's Changed
Changes
- fix: update max version by
@ldezin golangci/golangci-lint-action#1201Dependencies
- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabotin golangci/golangci-lint-action#1199Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v6.5.1...v6.5.2
v6.5.1
What's Changed
Changes
- fix: octokit retry by
@ldezin golangci/golangci-lint-action#1193- feat: restrict action v6 on golangci-lint v1 by
@ldezin golangci/golangci-lint-action#1194Documentation
- docs: add notes for annotation config by
@dveedenin golangci/golangci-lint-action#1173- docs: improve verify option explanation by
@ldezin golangci/golangci-lint-action#1175Dependencies
- build(deps-dev): bump the dev-dependencies group with 3 updates by
@dependabotin golangci/golangci-lint-action#1177- build(deps): bump the dependencies group with 2 updates by
@dependabotin golangci/golangci-lint-action#1178- build(deps): bump
@octokit/requestfrom 8.4.0 to 8.4.1 by@dependabotin golangci/golangci-lint-action#1181- build(deps-dev): bump the dev-dependencies group with 3 updates by
@dependabotin golangci/golangci-lint-action#1185- build(deps): bump
@types/nodefrom 22.13.4 to 22.13.5 in the dependencies group by@dependabotin golangci/golangci-lint-action#1186- build(deps): bump
@octokit/plugin-paginate-restfrom 9.2.1 to 9.2.2 by@dependabotin golangci/golangci-lint-action#1187- build(deps): bump the dependencies group with 2 updates by
@dependabotin golangci/golangci-lint-action#1189- build(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates by
@dependabotin golangci/golangci-lint-action#1190
... (truncated)
Commits
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@JonatanAntoni can this be merged? Who can review?
@VladimirUmek, this is not an easy one because it requires a major update of golangci-lint which has updated the config file format and might issue lots of new warnings. I can have a look, later.
Test Results
3 files ±0 21 suites ±0 0s ⏱️ ±0s 1 203 tests ±0 1 203 ✅ ±0 0 💤 ±0 0 ❌ ±0 3 609 runs ±0 3 609 ✅ ±0 0 💤 ±0 0 ❌ ±0
Results for commit d2d1111c. ± Comparison against base commit 5670b414.
@soumeh01, looks like CodeCov doesn't work (anymore).
A newer version of golangci/golangci-lint-action exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
@soumeh01, looks like CodeCov doesn't work (anymore).
@JonatanAntoni CodeCov has stopped tokenless usage for public repos as well. I have been thinking about moving this to codeclimate as other golang repos. We need to have our repo registered at codeclimate.
I have been thinking about moving this to codeclimate as other golang repos. We need to have our repo registered at codeclimate.
Sounds reasonable!