From 291760dcf104b45a403fc2a64d1415646f4fb5e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 07:42:17 +0000 Subject: [PATCH] ci: bump golangci/golangci-lint-action from 5.0.0 to 5.1.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/82d40c283aeb1f2b6595839195e95c2d6a49081b...9d1e0624a798bb64f6c3cea93db47765312263dc) --- 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 353dfd6..19ff3e4 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@82d40c283aeb1f2b6595839195e95c2d6a49081b + uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc with: version: v1.55.2 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@82d40c283aeb1f2b6595839195e95c2d6a49081b + uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc with: working-directory: ./cmd version: v1.55.2 @@ -85,7 +85,7 @@ jobs: working-directory: ./flow run: make - name: Run static checks - uses: golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b + uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc with: working-directory: ./flow version: v1.55.2