diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-16 22:56:53 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2025-01-16 22:56:53 +0000 |
commit | 9c0700606a9610156e61f2a90ad204f3fd29c8d8 (patch) | |
tree | 1b442f80cc6691f24e3ef3a29f0fadc570672566 | |
parent | 69f3cd4ca3d45589d7b0bdaa04fc176a4381a697 (diff) |
chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.1.1...v6.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]>
-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 d1b1fc10..f8860867 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: go-version: stable - name: Run linter - uses: golangci/[email protected] + uses: golangci/[email protected] with: version: v1.62 # without patch version only-new-issues: false # show only new issues if it's a pull request |