aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-02 03:09:19 +0300
committerGitHub <[email protected]>2024-05-02 03:09:19 +0300
commit7e2510ef43d3439c682d56b580e4013a0cc9cc3e (patch)
treef239ab87acfba9412b8813dc7902330960bcc63d
parentfeeb6af40334e6826a57a1a83cc62db672b9b023 (diff)
downloadcaddy-7e2510ef43d3439c682d56b580e4013a0cc9cc3e.tar.gz
caddy-7e2510ef43d3439c682d56b580e4013a0cc9cc3e.zip
build(deps): bump golangci/golangci-lint-action from 4 to 5 (#6289)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v5) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index bfb91dc66..f9eb9e70b 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -47,7 +47,7 @@ jobs:
check-latest: true
- name: golangci-lint
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
with:
version: v1.55