diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-29 22:40:03 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-29 22:40:03 +0000 |
commit | 4f77c11703eabd73a49d97fd2687a025463d6b2e (patch) | |
tree | 53d4673b06ad8308cf2d4aa7c55b8fe6528182bb /.github | |
parent | e7e9aa0b8f2e9249b785f482100de580259e7f42 (diff) |
chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.0.1...v6.1.0)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 d1f6a76e..fceb94d3 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 |