Skip to content

Commit e47e1b0

Browse files
mergify[bot]ycombinatordependabot[bot]
authored
[9.0](backport #4876) build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 in the github-actions group across 1 directory (#5593)
* build(deps): bump golangci/golangci-lint-action (#4876) Bumps the github-actions group with 1 update in the / directory: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@1481404...4afd733) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit e6f4d73) * Bump version of golangci-lint --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Shaunak Kashyap <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e61f86 commit e47e1b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- name: golangci-lint
3737
env:
3838
GOOS: ${{ matrix.GOOS }}
39-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
39+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
4040
with:
4141
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
42-
version: v2.0.2
42+
version: v2.5.0
4343

4444
# Give the job more time to execute.
4545
# Regarding `--whole-files`, the linter is supposed to support linting of changed a patch only but,

0 commit comments

Comments
 (0)