ci: bump golangci/golangci-lint-action from 4 to 5 (#4472)

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

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-04-29 02:00:59 -07:00
committed by GitHub
parent 93c4785521
commit 0d565fc384

View File

@@ -48,14 +48,14 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: golangci-lint (Linux)
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
skip-pkg-cache: true
args: --timeout=3m
version: ${{ env.GOLANGCI_LINT_VERSION }}
- name: golangci-lint (Windows)
if: success() || failure() # run this step even if the previous one failed
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
env:
GOOS: "windows"
with:
@@ -64,7 +64,7 @@ jobs:
version: ${{ env.GOLANGCI_LINT_VERSION }}
- name: golangci-lint (OSX)
if: success() || failure() # run this step even if the previous one failed
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
env:
GOOS: "darwin"
with:
@@ -73,7 +73,7 @@ jobs:
version: ${{ env.GOLANGCI_LINT_VERSION }}
- name: golangci-lint (FreeBSD)
if: success() || failure() # run this step even if the previous one failed
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
env:
GOOS: "freebsd"
with:
@@ -82,7 +82,7 @@ jobs:
version: ${{ env.GOLANGCI_LINT_VERSION }}
- name: golangci-lint (others)
if: success() || failure() # run this step even if the previous one failed
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
env:
GOOS: "solaris" # some OS that we don't have any build tags for
with: