From d14360782d480eae16b4ea46087baf9926de27f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:14:50 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20golangci/golangc?= =?UTF-8?q?i-lint-action=20action=20(=20v6=20=E2=86=92=20v9.2.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ----------------------------- | ---- | ------ | | github-tags | golangci/golangci-lint-action | v6 | v9.2.0 | --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 19d1fcbb5..50fdf5ef5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -63,7 +63,7 @@ jobs: if: steps.changes.outputs.go-files == 'true' with: go-version: ">=1.21.4" - - uses: golangci/golangci-lint-action@v6 + - uses: golangci/golangci-lint-action@v9 if: steps.changes.outputs.go-files == 'true' with: version: v1.64.8