diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16bbf52..5afa134 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.61.0" + GOLANGCI_LINT_VERSION: "v1.62.0" IMAGE_NAME: "${{ github.repository }}" TAG: "ghcr.io/${{ github.repository }}:latest" TEST_PARAMS: "--vault-addr localhost:1234 --initout file:/secret_out.txt --dry-run"