diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-16 22:20:16 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-16 22:20:16 +0000 |
commit | c57cec69053cf6a441f2e13c7dfb7655014c6b99 (patch) | |
tree | b7a1f613fe03693208e50c720d952b4e3582d9af /.github | |
parent | 9119feb5decce9dfcad1e889a96024568d354079 (diff) |
build(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.1.0...v3.2.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 7d54b285..62c827c6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: go-version: 1.18 - name: Run linter - uses: golangci/[email protected] + uses: golangci/[email protected] with: version: v1.46 # without patch version only-new-issues: false # show only new issues if it's a pull request |