all repos

onasty @ 2e4e6ff

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

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

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: '8'
  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-06-05 16:17:56 +0300
Parent: 7e5389d
M .github/workflows/golang.yml

@@ -37,7 +37,7 @@ runs-on: ubuntu-latest

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