all repos

onasty @ eab9b2c

a one-time notes service
1 files changed, 1 insertions(+), 1 deletions(-)
chore(deps): bump golangci/golangci-lint-action from 8 to 9 (#240)

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>
Author: dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2025-12-04 01:34:12 +0200
Parent: e21d37b
M .github/workflows/golang.yml

@@ -41,7 +41,7 @@ uses: marocchino/tool-versions-action@v1

id: versions - name: Golangci Lint - uses: golangci/golangci-lint-action@v8 + uses: golangci/golangci-lint-action@v9 with: version: "v${{ steps.versions.outputs.golangci-lint }}" args: ./...