From 8e94103451bead7683da4fbd27ed3a48647f049e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:22:21 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.59.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e75eb3..d7739dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ permissions: packages: write env: # renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver-coerced - GOLANGCI_LINT_VERSION: "v1.59.0" + GOLANGCI_LINT_VERSION: "v1.59.1" IMAGE_NAME: "${{ github.repository }}" TAG: "ghcr.io/${{ github.repository }}:latest" TEST_PARAMS: "--vault-addr localhost:1234 --initout file:/secret_out.txt --dry-run"