all repos

onasty @ 3208f70

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,7 +11,7 @@ steps:

- uses: actions/checkout@v4 - name: Golangci Lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: version: latest args: ./...