diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-02 22:58:40 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-02 22:58:40 +0000 |
commit | 84a04d8421199ef377d961991f19b8b162395870 (patch) | |
tree | 0e12ce2bf36d55a145989d616675fb07e4f1a439 /.github | |
parent | 31eafcf35d1198aaa6d045dfb39c66083ec2134c (diff) |
build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.4.0...v3.5.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 d1955cc9..ccb31581 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.52 # without patch version only-new-issues: false # show only new issues if it's a pull request |