From 4e434ab48d0a5654bf4284902774ca0f9804f7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:15:14 +0200 Subject: [PATCH] build(deps): bump golangci/golangci-lint-action from 4 to 5 (#45) 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/build.yaml | 2 +- .github/workflows/check.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d0f1152..c834828 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: with: go-version-file: go.mod - run: make check - - uses: golangci/golangci-lint-action@v4 + - uses: golangci/golangci-lint-action@v5 with: args: --verbose - run: make test diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 2c255e8..85ef880 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -44,6 +44,6 @@ jobs: with: go-version-file: go.mod - run: make check - - uses: golangci/golangci-lint-action@v4 + - uses: golangci/golangci-lint-action@v5 - run: make test - run: make build