File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55require (
66 github.com/google/go-github/v32 v32.1.0
77 gopkg.in/yaml.v2 v2.3.0
8- knative.dev/hack v0.0.0-20251016122918-f2be520302e8
8+ knative.dev/hack v0.0.0-20251022160748-50b120a65f30
99)
1010
1111require (
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
2323gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2424gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU =
2525gopkg.in/yaml.v2 v2.3.0 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
26- knative.dev/hack v0.0.0-20251016122918-f2be520302e8 h1:UQGRZ6nsBfzVGmSQYSN2b/aixYy8FJ+fpuI2KJGLBGo =
27- knative.dev/hack v0.0.0-20251016122918-f2be520302e8 /go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY =
26+ knative.dev/hack v0.0.0-20251022160748-50b120a65f30 h1:4fzUJrTmIbqgttXMBuLFC7/m2p0146EM3h9Wn2pBm9U =
27+ knative.dev/hack v0.0.0-20251022160748-50b120a65f30 /go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY =
Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ function report_go_test() {
588588 logfile=" ${logfile/ .xml/ .jsonl} "
589589 echo " Running go test with args: ${go_test_args[*]} "
590590 local gotest_retcode=0
591- go_run gotest.tools/gotestsum@v1.11 .0 \
591+ go_run gotest.tools/gotestsum@v1.13 .0 \
592592 --format " ${GO_TEST_VERBOSITY:- testname} " \
593593 --junitfile " ${xml} " \
594594 --junitfile-testsuite-name relative \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ golang.org/x/crypto/openpgp/s2k
2222# gopkg.in/yaml.v2 v2.3.0
2323## explicit
2424gopkg.in/yaml.v2
25- # knative.dev/hack v0.0.0-20251016122918-f2be520302e8
25+ # knative.dev/hack v0.0.0-20251022160748-50b120a65f30
2626## explicit; go 1.21
2727knative.dev/hack
2828# go.opencensus.io => go.opencensus.io v0.20.2
You can’t perform that action at this time.
0 commit comments