Skip to content

Commit 1f7c3ba

Browse files
Merge pull request #8770 from jenkins-x/pr-97c7eaef-3598-4f91-99e3-879c26057d91
chore(deps): upgrade to version 0.24.3
2 parents fbe7c2f + a5f3882 commit 1f7c3ba

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ issues:
106106
max-same-issues: 0
107107

108108
run:
109-
timeout: 30m
109+
timeout: 1h30m
110110
# golangci.com configuration
111111
# https://github.com/golangci/golangci/wiki/Configuration

.lighthouse/jenkins-x/lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ spec:
88
tasks:
99
- name: jx-lint
1010
resources: {}
11+
timeout: 1h30m0s
1112
taskSpec:
1213
metadata: {}
1314
stepTemplate:
@@ -23,5 +24,5 @@ spec:
2324
resources: {}
2425
podTemplate: {}
2526
serviceAccountName: tekton-bot
26-
timeout: 30m0s
27+
timeout: 1h30m0s
2728
status: {}

pkg/plugins/versions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616
ChangelogVersion = "0.10.12"
1717

1818
// GitOpsVersion the version of the jx gitops plugin
19-
GitOpsVersion = "0.24.2"
19+
GitOpsVersion = "0.24.3"
2020

2121
// HealthVersion the version of the jx health plugin
2222
HealthVersion = "0.0.77"

0 commit comments

Comments
 (0)