diff options
author | 2024-05-11 15:18:50 +0200 | |
---|---|---|
committer | 2024-05-11 15:18:50 +0200 | |
commit | 9b3cbb7127b8c64195b92ae9fb65811b8e8c3387 (patch) | |
tree | 4e701e44ea4c518e0a3b5257541036965e4aeed5 | |
parent | 4c1f1177a643d605e097f8945e85ac67b212ef76 (diff) | |
download | coredns-9b3cbb7127b8c64195b92ae9fb65811b8e8c3387.tar.gz coredns-9b3cbb7127b8c64195b92ae9fb65811b8e8c3387.tar.zst coredns-9b3cbb7127b8c64195b92ae9fb65811b8e8c3387.zip |
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.3.0 (#6667)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.3.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4.0.0...v5.3.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 ebe9df173..0e9854973 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@v4.0.0 + uses: golangci/golangci-lint-action@v5.3.0 with: version: v1.55.2 |