From 2cb0b29135918cb545f60c47ffd1f0cb9cac2253 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 04:40:22 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint --- vendor/github.com/spf13/viper/Makefile | 2 +- vendor/github.com/transparency-dev/merkle/cloudbuild.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/github.com/spf13/viper/Makefile b/vendor/github.com/spf13/viper/Makefile index a77b9c81..6174609f 100644 --- a/vendor/github.com/spf13/viper/Makefile +++ b/vendor/github.com/spf13/viper/Makefile @@ -16,7 +16,7 @@ endif # Dependency versions GOTESTSUM_VERSION = 1.9.0 -GOLANGCI_VERSION = 1.53.3 +GOLANGCI_VERSION = 1.64.8 # Add the ability to override some variables # Use with care diff --git a/vendor/github.com/transparency-dev/merkle/cloudbuild.yaml b/vendor/github.com/transparency-dev/merkle/cloudbuild.yaml index eafbc790..7968606e 100644 --- a/vendor/github.com/transparency-dev/merkle/cloudbuild.yaml +++ b/vendor/github.com/transparency-dev/merkle/cloudbuild.yaml @@ -14,7 +14,7 @@ logsBucket: 'gs://trillian-cloudbuild-logs' steps: - id: 'lint' - name: "golangci/golangci-lint:v1.51" + name: "golangci/golangci-lint:v1.64" args: ["golangci-lint", "run", "--timeout", "10m"] - id: 'unit tests'