From 8d00281ff6579bd516e4ecc4b7337bd3eab99bc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 21:04:02 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.59.0 --- .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 3a298de..67e8984 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ on: env: CGO_ENABLED: '0' # renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver-coerced - GOLANGCI_LINT_VERSION: "v1.58.2" + GOLANGCI_LINT_VERSION: "v1.59.0" # renovate: datasource=github-releases depName=goreleaser/goreleaser versioning=semver-coerced GORELEASER_VERSION: "v1.26.2" jobs: