diff --git a/vendor/github.com/spf13/viper/Makefile b/vendor/github.com/spf13/viper/Makefile index a77b9c81..f4576a53 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 = 2.4.0 # 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..ff618c16 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:v2.4" args: ["golangci-lint", "run", "--timeout", "10m"] - id: 'unit tests' diff --git a/vendor/gitlab.com/gitlab-org/api/client-go/.gitlab-ci.yml b/vendor/gitlab.com/gitlab-org/api/client-go/.gitlab-ci.yml index 7b5da83e..6c70f966 100644 --- a/vendor/gitlab.com/gitlab-org/api/client-go/.gitlab-ci.yml +++ b/vendor/gitlab.com/gitlab-org/api/client-go/.gitlab-ci.yml @@ -74,7 +74,7 @@ golangci-lint: needs: [] variables: REPORT_FILENAME: 'gl-code-quality-report.json' - image: golangci/golangci-lint:v2.1.6 + image: golangci/golangci-lint:v2.4.0 script: - golangci-lint run artifacts: