diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-23 22:03:48 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-23 22:03:48 +0000 |
commit | 4c8dffa9a875230fc21ad6a2c29122051ca586d0 (patch) | |
tree | 324900b45b80540247c82e3047076e7efe486070 /.github/workflows | |
parent | 36e6fd3b8bf879ccdf66221dda150024768554e1 (diff) |
build(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.3.1...v3.4.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/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 c2737caf..fba442ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: go-version: 1.19 - name: Run linter - uses: golangci/[email protected] + uses: golangci/[email protected] with: version: v1.50 # without patch version only-new-issues: false # show only new issues if it's a pull request |