diff --git a/.golangci.yml b/.golangci.yml index 9f5dbeb..3f3f4de 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -92,6 +92,6 @@ issues: exclude-dirs: - cmd/docs run: - timeout: 30m + timeout: 1h30m # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration diff --git a/.lighthouse/jenkins-x/lint.yaml b/.lighthouse/jenkins-x/lint.yaml index d8a8240..7a00d75 100644 --- a/.lighthouse/jenkins-x/lint.yaml +++ b/.lighthouse/jenkins-x/lint.yaml @@ -8,6 +8,7 @@ spec: tasks: - name: jx-promote-lint resources: {} + timeout: 1h30m0s taskSpec: metadata: {} stepTemplate: @@ -23,5 +24,5 @@ spec: resources: {} podTemplate: {} serviceAccountName: tekton-bot - timeout: 30m0s + timeout: 1h30m0s status: {} diff --git a/go.mod b/go.mod index ed2ffb7..c5659a3 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/jenkins-x-plugins/jx-gitops v0.20.2 github.com/jenkins-x/go-scm v1.14.53 github.com/jenkins-x/jx-api/v4 v4.7.9 - github.com/jenkins-x/jx-helpers/v3 v3.9.1 + github.com/jenkins-x/jx-helpers/v3 v3.9.2 github.com/jenkins-x/jx-logging/v3 v3.0.17 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.1 diff --git a/go.sum b/go.sum index 88016bd..8417272 100644 --- a/go.sum +++ b/go.sum @@ -768,8 +768,8 @@ github.com/jenkins-x/go-scm v1.14.53 h1:Utc9FbHzCuyXQ9F7gmXxNLUwG70Fp2niNS+m8+eG github.com/jenkins-x/go-scm v1.14.53/go.mod h1:1RPxLZndnvu31XhFZ+RTvXiHmMX70HkQ17bRupTQxGs= github.com/jenkins-x/jx-api/v4 v4.7.9 h1:Z9NQ0/SY1XYafa9i0fq8td1E+OtBc/U3zlx/Bj204RA= github.com/jenkins-x/jx-api/v4 v4.7.9/go.mod h1:OkFVnM/pXCtGBBhitGaU6TlB9qyP2w2EjmzaFglYmDA= -github.com/jenkins-x/jx-helpers/v3 v3.9.1 h1:nS5G4QoRlAtE8FghZBZ4zXff6ZSGfLZ/BMBDAYylDWo= -github.com/jenkins-x/jx-helpers/v3 v3.9.1/go.mod h1:chG9iMC0yhKJsF4LFZW+MLhl66w8muuIBMs9RtG8hJ8= +github.com/jenkins-x/jx-helpers/v3 v3.9.2 h1:kCo9KtpZbLAwJSQrPJf8DqDKJxmbSnZVb7OUMaxZlbI= +github.com/jenkins-x/jx-helpers/v3 v3.9.2/go.mod h1:chG9iMC0yhKJsF4LFZW+MLhl66w8muuIBMs9RtG8hJ8= github.com/jenkins-x/jx-kube-client/v3 v3.0.8 h1:AzXuXCdv4DQf8wqR5c1UL0uXVu6KrAjdPtPb6wrG0Hs= github.com/jenkins-x/jx-kube-client/v3 v3.0.8/go.mod h1:ELgPjZhMqYiCKml4L16GREF6bkC890KRKfpNCz+aIgE= github.com/jenkins-x/jx-logging/v3 v3.0.17 h1:0qpgKfpxl4uks6vZZV5LCGCOOD3axgMxoK3m6X74kpQ=