diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-29 22:50:27 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-29 22:50:27 +0000 |
commit | 8dd9454b8a31809a7ec4b3f858f7918949d276f5 (patch) | |
tree | 0fb6a3b7803512f2ae4aaaf6a652bfa0f48001a7 /.github/workflows | |
parent | c0d3df2b33bc2a9e9726dbbd73d7fe125ab9d045 (diff) |
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4.0.0...v5.1.0)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows')
-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 403fb1ae..8fd4e12a 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.57 # without patch version only-new-issues: false # show only new issues if it's a pull request |