From dee44199d463b0e27105c0dbc8360eac390802e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 07:53:43 +0000 Subject: [PATCH] ci: bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/ec5d18412c0aeab7936cb16880d708ba2a64e1ae...e60da84bfae8c7920a47be973d75e15710aa8bd7) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 28e4f8f..485922e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: - name: Build run: make - name: Run static checks - uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae + uses: golangci/golangci-lint-action@e60da84bfae8c7920a47be973d75e15710aa8bd7 with: version: v1.61.0 args: --config=.golangci.yml --verbose --out-${NO_FUTURE}format colored-line-number @@ -54,7 +54,7 @@ jobs: working-directory: ./cmd run: make - name: Run static checks - uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae + uses: golangci/golangci-lint-action@e60da84bfae8c7920a47be973d75e15710aa8bd7 with: working-directory: ./cmd version: v1.61.0 @@ -85,7 +85,7 @@ jobs: working-directory: ./flow run: make - name: Run static checks - uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae + uses: golangci/golangci-lint-action@e60da84bfae8c7920a47be973d75e15710aa8bd7 with: working-directory: ./flow version: v1.61.0