Skip to content

Commit

Permalink
Merge pull request #437 from jenkins-x-plugins/pr-d71c9e7f-115a-4d3a-…
Browse files Browse the repository at this point in the history
…96f1-bd7148c0a008

chore(deps): upgrade go dependencies
  • Loading branch information
jenkins-x-bot authored Feb 11, 2025
2 parents 559abb5 + 9668575 commit 32ef4fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ issues:
exclude-dirs:
- cmd/docs
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-promote-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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 32ef4fb

Please sign in to comment.