diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-24 22:13:47 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-24 22:13:47 +0000 |
commit | b0b4d7273e0a8f0d8f799e9aa331c42118bd42f3 (patch) | |
tree | 599ade621e7bb2afe8f5a8c9e192718488219dbc /.github/workflows | |
parent | 3e7be12359d6aa37163e278b0c756e0883d0ebdf (diff) |
build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.2.0...v3.3.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 12f8f66d..b01abd02 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 |