diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-08 22:30:15 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-08 22:30:15 +0000 |
commit | 7aa66709827f921b9ac2911000b68cb2a79488b4 (patch) | |
tree | 39a331ff0293e62665b92d2e16e3978e9d1a3664 /.github | |
parent | 6112439c6931287d3c9bdfdff9da678f53eaaa25 (diff) |
build(deps): bump golangci/golangci-lint-action from 6.0.0 to 6.0.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.0.0...v6.0.1)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5a548e8..ed5190ab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: go-version: stable - name: Run linter - uses: golangci/[email protected] + uses: golangci/[email protected] with: version: v1.58 # without patch version only-new-issues: false # show only new issues if it's a pull request |