diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-15 22:40:37 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-15 22:40:37 +0000 |
commit | 190150d3df770b82719c5b4ab0823b2fc3ee46c7 (patch) | |
tree | 13c55310b669212687bf58410a01dd36d90a7f69 /.github | |
parent | 99aed1fd1869338c813e0a6746a90b1ff4d8db77 (diff) |
build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.6.0...v3.7.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 bc9120b4..619c0395 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.54 # without patch version only-new-issues: false # show only new issues if it's a pull request |