Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): upgrade to version 0.24.3 #8770

Merged
merged 2 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ issues:
max-same-issues: 0

run:
timeout: 30m
timeout: 1h30m
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
3 changes: 2 additions & 1 deletion .lighthouse/jenkins-x/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
tasks:
- name: jx-lint
resources: {}
timeout: 1h30m0s
taskSpec:
metadata: {}
stepTemplate:
Expand All @@ -23,5 +24,5 @@ spec:
resources: {}
podTemplate: {}
serviceAccountName: tekton-bot
timeout: 30m0s
timeout: 1h30m0s
status: {}
2 changes: 1 addition & 1 deletion pkg/plugins/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down