From df365c060abf2caf33fade591a15b600de9ee2a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 00:20:02 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 4 to 5 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] --- .github/workflows/main-flow.yml | 2 +- .github/workflows/pr-flow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-flow.yml b/.github/workflows/main-flow.yml index 78844ac..4fd7368 100644 --- a/.github/workflows/main-flow.yml +++ b/.github/workflows/main-flow.yml @@ -19,7 +19,7 @@ jobs: with: go-version-file: 'go.mod' - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: skip-pkg-cache: true test: diff --git a/.github/workflows/pr-flow.yml b/.github/workflows/pr-flow.yml index fa4aba1..534afb8 100644 --- a/.github/workflows/pr-flow.yml +++ b/.github/workflows/pr-flow.yml @@ -14,7 +14,7 @@ jobs: with: go-version-file: 'go.mod' - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: skip-pkg-cache: true test: