File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/google/go-github/v32 v32.1.0
7
7
gopkg.in/yaml.v2 v2.3.0
8
- knative.dev/hack v0.0.0-20250116150306-c142b4835bc5
8
+ knative.dev/hack v0.0.0-20250217122557-ce4c934f30e5
9
9
)
10
10
11
11
require (
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8X
23
23
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
24
24
gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU =
25
25
gopkg.in/yaml.v2 v2.3.0 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
26
- knative.dev/hack v0.0.0-20250116150306-c142b4835bc5 h1:CwLVoSblWmfaIkgRFX2LcEA0uYZo+nOhdPatsz+QL9w =
27
- knative.dev/hack v0.0.0-20250116150306-c142b4835bc5 /go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY =
26
+ knative.dev/hack v0.0.0-20250217122557-ce4c934f30e5 h1:BIkxsbG01S563JJ68n4SIeIpizDlAcf1vgss6b1QAhE =
27
+ knative.dev/hack v0.0.0-20250217122557-ce4c934f30e5 /go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY =
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ source "$(dirname "${BASH_SOURCE[0]:-$0}")/library.sh"
21
21
22
22
# Default Kubernetes version to use for GKE, if not overridden with
23
23
# the `--cluster-version` parameter.
24
- readonly GKE_DEFAULT_CLUSTER_VERSION=" 1.30 "
24
+ readonly GKE_DEFAULT_CLUSTER_VERSION=" 1.31 "
25
25
26
26
# Dumps the k8s api server metrics. Spins up a proxy, waits a little bit and
27
27
# dumps the metrics to ${ARTIFACTS}/k8s.metrics.txt
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ golang.org/x/crypto/openpgp/s2k
22
22
# gopkg.in/yaml.v2 v2.3.0
23
23
## explicit
24
24
gopkg.in/yaml.v2
25
- # knative.dev/hack v0.0.0-20250116150306-c142b4835bc5
25
+ # knative.dev/hack v0.0.0-20250217122557-ce4c934f30e5
26
26
## explicit; go 1.21
27
27
knative.dev/hack
28
28
# go.opencensus.io => go.opencensus.io v0.20.2
You can’t perform that action at this time.
0 commit comments