all repos

onasty @ 3208f70ffb7037ddbd788765e9d639a6d2492618

a one-time notes service
1 files changed, 1 insertions(+), 1 deletions(-)
chore(deps): bump golangci/golangci-lint-action in /.github/workflows (#34)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v6)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  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: 2024-10-16 14:22:45 +0300
Parent: 1783ff9
M .github/workflows/linter.yml
ยทยทยท
        11
        11
               - uses: actions/checkout@v4

      
        12
        12
         

      
        13
        13
               - name: Golangci Lint

      
        14
        
        -        uses: golangci/golangci-lint-action@v3

      
        
        14
        +        uses: golangci/golangci-lint-action@v6

      
        15
        15
                 with:

      
        16
        16
                   version: latest

      
        17
        17
                   args: ./...