From 5a528dd1386a6954e5410f6db9b88b4e0c21a045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 10:40:30 +0200 Subject: [PATCH] NOISSUE - Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 in /.github/workflows in the gh-dependency group (#3520) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dušan Borovčanin --- .github/workflows/lint-and-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-build.yaml b/.github/workflows/lint-and-build.yaml index c6d1272ce..feb514416 100644 --- a/.github/workflows/lint-and-build.yaml +++ b/.github/workflows/lint-and-build.yaml @@ -21,7 +21,7 @@ jobs: cache-dependency-path: "go.sum" - name: Run linters - uses: golangci/golangci-lint-action@v9.2.0 + uses: golangci/golangci-lint-action@v9.2.1 with: version: v2.10.1 args: --config ./tools/config/.golangci.yaml