From 78eec17409205a2cb783d772c8e07e11c39b9f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:19:08 +0000 Subject: [PATCH] dev: bump golangci/golangci-lint-action Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 0e8f5bf773dd8000d6aeb01936f3090976982f33 to 3cfe3a4abbb849e10058ce4af15d205b6da42804. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/0e8f5bf773dd8000d6aeb01936f3090976982f33...3cfe3a4abbb849e10058ce4af15d205b6da42804) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f3817742b9..7f2aaf5f73 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -40,7 +40,7 @@ jobs: - name: Check for diff run: tools/bin/mage git:diff - name: Lint code - uses: golangci/golangci-lint-action@0e8f5bf773dd8000d6aeb01936f3090976982f33 + uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 with: version: v1.55.2 only-new-issues: true