diff options
author | 2024-03-07 14:44:45 -0500 | |
---|---|---|
committer | 2024-03-07 14:44:45 -0500 | |
commit | 3922bd81290fa091e8ee4cd716dedd34452e71ad (patch) | |
tree | 2c35615b76634dbbe6180061ceec2b4097612095 | |
parent | 6cd65db1359e6d622dcc23653bbf5c9fc1af039f (diff) | |
download | coredns-3922bd81290fa091e8ee4cd716dedd34452e71ad.tar.gz coredns-3922bd81290fa091e8ee4cd716dedd34452e71ad.tar.zst coredns-3922bd81290fa091e8ee4cd716dedd34452e71ad.zip |
build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (#6499)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.7.0...v4.0.0)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/golangci-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 471d6e0e7..ebe9df173 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -13,6 +13,6 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: golangci-lint - uses: golangci/golangci-lint-action@v3.7.0 + uses: golangci/golangci-lint-action@v4.0.0 with: version: v1.55.2 |