diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-07 23:53:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 23:53:27 +0000 |
commit | 4246e37c38482967f7a7c144a235c1a73405aab4 (patch) | |
tree | fad7abe4f137a56499384ebbf6195b9384d7d6d9 | |
parent | 7af730c68aede0c8f536bae791e0f6f10f6b0627 (diff) |
chore(deps): bump golangci/golangci-lint-action from 5 to 6dependabot/github_actions/golangci/golangci-lint-action-6
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...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>
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c70bf21..163c3f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Run linters - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6 with: version: v1.57.2 |