From 02ed277db77b0f280b28845c5d98a35b2cb245e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 01:24:36 +0000 Subject: [PATCH] ci: bump golangci/golangci-lint-action from 4.0.1 to 5.0.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v4.0.1...v5.0.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-examples.yml | 2 +- .github/workflows/ci-lint.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-examples.yml b/.github/workflows/ci-examples.yml index 99e8a235bc..d4f4f43153 100644 --- a/.github/workflows/ci-examples.yml +++ b/.github/workflows/ci-examples.yml @@ -103,7 +103,7 @@ jobs: # NOTE: "file exists" tar errors can be safely ignored, because go is already installed. - name: Lint ${{ matrix.example }} - uses: golangci/golangci-lint-action@v4.0.1 + uses: golangci/golangci-lint-action@v5.0.0 with: # NOTE: The version must be specified without the patch version. version: v1.54.2 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 0326c70f85..d9aaee126d 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -61,7 +61,7 @@ jobs: go-version: "1.22.x" - name: Lint Go client-sdk - uses: golangci/golangci-lint-action@v4.0.1 + uses: golangci/golangci-lint-action@v5.0.0 with: # NOTE: The version must be specified without the patch version. version: v1.54.2 @@ -100,7 +100,7 @@ jobs: go-version: "1.22.x" - name: Lint E2E tests - uses: golangci/golangci-lint-action@v4.0.1 + uses: golangci/golangci-lint-action@v5.0.0 with: # NOTE: The version must be specified without the patch version. version: v1.56.1 @@ -119,7 +119,7 @@ jobs: go-version: "1.22.x" - name: Lint reflect-go - uses: golangci/golangci-lint-action@v4.0.1 + uses: golangci/golangci-lint-action@v5.0.0 with: # NOTE: The version must be specified without the patch version. version: v1.56.1