update-github-action(deps): bump golangci/golangci-lint-action (#2079)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v8...v9)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-10 05:08:43 +02:00
committed by GitHub
parent d64bfc61b1
commit 409131a4aa
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
if: steps.install-go.outputs.cache-hit != 'true'
- name: Lint code
uses: golangci/golangci-lint-action@v8
uses: golangci/golangci-lint-action@v9
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}