diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-28 22:40:56 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-28 22:40:56 +0000 |
commit | a939e7410b870e01e459305a0f0ca15055961cd4 (patch) | |
tree | 9d6d2bbebcc15946fe24f33f597940b252b2be98 | |
parent | 44b96e63c97081cf7566cbdf81554d22176ba379 (diff) |
Bump golangci/golangci-lint-action from 2 to 3.1.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2...v3.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]>
-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 324c76ad..914af47e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v2 - name: Run linter - uses: golangci/golangci-lint-action@v2 # Action page: <https://github.com/golangci/golangci-lint-action> + uses: golangci/[email protected] # Action page: <https://github.com/golangci/golangci-lint-action> with: version: v1.44 # without patch version only-new-issues: false # show only new issues if it's a pull request |