all repos

onasty @ eab9b2ccfb37b6dac1c99ff93098fbf505a47f5a

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
        41
                 id: versions

      
        42
        42
         

      
        43
        43
               - name: Golangci Lint

      
        44
        
        -        uses: golangci/golangci-lint-action@v8

      
        
        44
        +        uses: golangci/golangci-lint-action@v9

      
        45
        45
                 with:

      
        46
        46
                   version: "v${{ steps.versions.outputs.golangci-lint }}"

      
        47
        47
                   args: ./...