diff --git a/.golangci.yml b/.golangci.yml index 7e6812ee7e..ce9976cd85 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -106,6 +106,6 @@ issues: max-same-issues: 0 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 c93211f242..133cc2bee0 100644 --- a/.lighthouse/jenkins-x/lint.yaml +++ b/.lighthouse/jenkins-x/lint.yaml @@ -8,6 +8,7 @@ spec: tasks: - name: jx-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/pkg/plugins/versions.go b/pkg/plugins/versions.go index 406a7f1532..3e794a1d92 100644 --- a/pkg/plugins/versions.go +++ b/pkg/plugins/versions.go @@ -16,7 +16,7 @@ const ( ChangelogVersion = "0.10.12" // GitOpsVersion the version of the jx gitops plugin - GitOpsVersion = "0.24.2" + GitOpsVersion = "0.24.3" // HealthVersion the version of the jx health plugin HealthVersion = "0.0.77"