File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,6 @@ issues:
106
106
max-same-issues : 0
107
107
108
108
run :
109
- timeout : 30m
109
+ timeout : 1h30m
110
110
# golangci.com configuration
111
111
# https://github.com/golangci/golangci/wiki/Configuration
Original file line number Diff line number Diff line change 8
8
tasks :
9
9
- name : jx-lint
10
10
resources : {}
11
+ timeout : 1h30m0s
11
12
taskSpec :
12
13
metadata : {}
13
14
stepTemplate :
23
24
resources : {}
24
25
podTemplate : {}
25
26
serviceAccountName : tekton-bot
26
- timeout : 30m0s
27
+ timeout : 1h30m0s
27
28
status : {}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const (
16
16
ChangelogVersion = "0.10.12"
17
17
18
18
// GitOpsVersion the version of the jx gitops plugin
19
- GitOpsVersion = "0.24.2 "
19
+ GitOpsVersion = "0.24.3 "
20
20
21
21
// HealthVersion the version of the jx health plugin
22
22
HealthVersion = "0.0.77"
You can’t perform that action at this time.
0 commit comments