From 0d565fc384067b4f629ab9b5a661550b733ffbf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:00:59 -0700 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 11dbf8b74..f1990ceb7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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: