Unverified Commit 51a90b00 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub

chore: bump golangci/golangci-lint-action from 3 to 4 (#3203)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: 's avatardependabot[bot] <support@github.com>
Co-authored-by: 's avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 7b1fe9fc
...@@ -27,7 +27,7 @@ jobs: ...@@ -27,7 +27,7 @@ jobs:
go mod tidy -go=1.22 go mod tidy -go=1.22
git diff --exit-code git diff --exit-code
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v3 uses: golangci/golangci-lint-action@v4
with: with:
version: v1.54.1 version: v1.54.1
args: --verbose --timeout=3m args: --verbose --timeout=3m
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment