From ed885a303e47069fcbb7ba66a5ccaef4bf98e8b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:31:54 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.62.0 (#411) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 21e1fb5..f5ff30c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ on: - main env: # renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver-coerced - GOLANGCI_LINT_VERSION: "v1.61.0" + GOLANGCI_LINT_VERSION: "v1.62.0" IMAGE_NAME: "${{ github.repository }}" PLATFORMS: "linux/amd64,linux/arm64" REGISTRY: "ghcr.io"