From e92acfde7dc118446acd458cb910ec31c8c31063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 00:05:38 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 5 to 6 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6) --- 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 f2b17a2..795dd95 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@v5 + uses: golangci/golangci-lint-action@v6 test: name: run tests runs-on: ubuntu-latest diff --git a/.github/workflows/pr-flow.yml b/.github/workflows/pr-flow.yml index 6ba7e71..b35f8e8 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@v5 + uses: golangci/golangci-lint-action@v6 test: name: run tests runs-on: ubuntu-latest