diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-12 22:59:16 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-12 22:59:16 +0000 |
commit | 25f1e669a269113f53fb9c1196bf32ecfa6cd61c (patch) | |
tree | afa1ba6a1fb891c1869da709db7ca544c6e126eb | |
parent | e88e7bba520da7d2f8e84d1030a3fb074fa64f94 (diff) |
build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.5.0...v3.6.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]>
-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 ea4a1c7e..ad343cf2 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.53 # without patch version only-new-issues: false # show only new issues if it's a pull request |