Skip to content

Commit 20b884b

Browse files
upgrade to latest dependencies (#2166)
bumping knative.dev/serving 7bcc27e...c62f435: > c62f435 Update net-gateway-api nightly (# 16142) bumping knative.dev/hack 1499de2...49bc1be: > 49bc1be 🐛 Fix knative.dev/toolbox for older versions of Golang (# 436) Signed-off-by: Knative Automation <automation@knative.team>
1 parent a56f067 commit 20b884b

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ require (
2222
k8s.io/code-generator v0.33.5
2323
knative.dev/caching v0.0.0-20251008014512-ddc5ddfb09d5
2424
knative.dev/eventing v0.46.1-0.20251009025013-e70d08b582ea
25-
knative.dev/hack v0.0.0-20250902153942-1499de21e119
25+
knative.dev/hack v0.0.0-20251013111017-49bc1be5f373
2626
knative.dev/pkg v0.0.0-20251007184713-a624c759bede
2727
knative.dev/reconciler-test v0.0.0-20251008021514-38085719ffe1
28-
knative.dev/serving v0.46.1-0.20251010135514-7bcc27e000cd
28+
knative.dev/serving v0.46.1-0.20251013122017-c62f435daa4f
2929
sigs.k8s.io/yaml v1.6.0
3030
)
3131

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,16 +1708,16 @@ knative.dev/caching v0.0.0-20251008014512-ddc5ddfb09d5 h1:jvRlYKytGLSX3KcFEv7y3G
17081708
knative.dev/caching v0.0.0-20251008014512-ddc5ddfb09d5/go.mod h1:YMB8qfg0qGmFfO7F40mNCEVPrFOiQW3zrfm/efalzKU=
17091709
knative.dev/eventing v0.46.1-0.20251009025013-e70d08b582ea h1:uVM1k3TqXSegzz64ZqZS3uzQ1EIOnLh93pZytwiWSik=
17101710
knative.dev/eventing v0.46.1-0.20251009025013-e70d08b582ea/go.mod h1:2Kc9vhB8aFmz1N5+oKv89tHQnevYtEHqm1skP8tTnRI=
1711-
knative.dev/hack v0.0.0-20250902153942-1499de21e119 h1:NbQvjnFK1tL489LN0qAybWy0E17Jpziwcv/XIHwfp6M=
1712-
knative.dev/hack v0.0.0-20250902153942-1499de21e119/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
1711+
knative.dev/hack v0.0.0-20251013111017-49bc1be5f373 h1:fQOPV7/irGmQZtZ52Ez1VdVtiQlTRPtDDGO/8djTcLM=
1712+
knative.dev/hack v0.0.0-20251013111017-49bc1be5f373/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
17131713
knative.dev/networking v0.0.0-20251008015313-0e1a0aa62ad1 h1:mmUlK6ogxaY1EEFHUY1A5It4RpZbenYtLs5RymaC0lg=
17141714
knative.dev/networking v0.0.0-20251008015313-0e1a0aa62ad1/go.mod h1:VoeeRbQKTTnHZ5eNQ0hAMPBs/O12v++DPNmbPfKkErE=
17151715
knative.dev/pkg v0.0.0-20251007184713-a624c759bede h1:ADQEXMQlfbjBjicJdou8R5WjPHm0/5FyyV58RQ9eYPU=
17161716
knative.dev/pkg v0.0.0-20251007184713-a624c759bede/go.mod h1:pNETfvzYq5MmPTi+XGGIjjgvQSYvu4pxxLF1muKunhs=
17171717
knative.dev/reconciler-test v0.0.0-20251008021514-38085719ffe1 h1:MTcj2ddLJCQrUdciKTE57ORKHD0YRxFUESTJKtzQxi8=
17181718
knative.dev/reconciler-test v0.0.0-20251008021514-38085719ffe1/go.mod h1:5HykoQclzr1XbI4M8QXukYnlhBTN/d/IlhqZc8ZgE1A=
1719-
knative.dev/serving v0.46.1-0.20251010135514-7bcc27e000cd h1:hK0THVMofj+kCYhJ02yGoq7T27soBCrMemMHrjlAtkE=
1720-
knative.dev/serving v0.46.1-0.20251010135514-7bcc27e000cd/go.mod h1:DIHl/Cdn7bisvFjTAdVXcZ4zMtuzmqvX+jBVxHIsqoY=
1719+
knative.dev/serving v0.46.1-0.20251013122017-c62f435daa4f h1:IL2/0LFNXlT/5SdEISw/lbbhVrxPyqFWKArmenQDJeM=
1720+
knative.dev/serving v0.46.1-0.20251013122017-c62f435daa4f/go.mod h1:DIHl/Cdn7bisvFjTAdVXcZ4zMtuzmqvX+jBVxHIsqoY=
17211721
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
17221722
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
17231723
pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=

vendor/knative.dev/hack/library.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ function start_knative_eventing_extension() {
681681
# Parameters: $1 - tool package for go run.
682682
# $2..$n - parameters passed to the tool.
683683
function go_run() {
684-
local package
684+
local package gotoolchain
685685
package="$1"
686686
if [[ "$package" != *@* ]]; then
687687
abort 'Package for "go_run" needs to have @version'
@@ -696,6 +696,11 @@ function go_run() {
696696
GORUN_PATH="$(mktemp -t -d -u gopath.XXXXXXXX)"
697697
fi
698698
export GORUN_PATH
699+
gotoolchain="$(go env GOTOOLCHAIN)"
700+
if [[ "$package" == knative.dev/toolbox/* ]]; then
701+
gotoolchain=auto
702+
fi
703+
GOTOOLCHAIN="${gotoolchain}" \
699704
GOPATH="${GORUN_PATH}" \
700705
GOFLAGS='' \
701706
go run "$package" "$@"

vendor/knative.dev/hack/presubmit-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function __build_test_runner_for_module() {
141141
# Don't merge these two lines, or return code will always be 0.
142142
# Get all build tags in go code (ignore /vendor, /hack and /third_party)
143143
local tags
144-
tags="$(go run knative.dev/toolbox/go-ls-tags@latest --joiner=,)"
144+
tags="$(go_run knative.dev/toolbox/go-ls-tags@latest --joiner=,)"
145145
local go_pkg_dirs
146146
go_pkg_dirs="$(go list -tags "${tags}" ./...)" || return $?
147147
if [[ -z "${go_pkg_dirs}" ]]; then

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ knative.dev/eventing/test/upgrade/prober/wathola/fetcher
15791579
knative.dev/eventing/test/upgrade/prober/wathola/forwarder
15801580
knative.dev/eventing/test/upgrade/prober/wathola/receiver
15811581
knative.dev/eventing/test/upgrade/prober/wathola/sender
1582-
# knative.dev/hack v0.0.0-20250902153942-1499de21e119
1582+
# knative.dev/hack v0.0.0-20251013111017-49bc1be5f373
15831583
## explicit; go 1.21
15841584
knative.dev/hack
15851585
# knative.dev/networking v0.0.0-20251008015313-0e1a0aa62ad1
@@ -1719,7 +1719,7 @@ knative.dev/reconciler-test/pkg/resources/service
17191719
knative.dev/reconciler-test/pkg/resources/serviceaccount
17201720
knative.dev/reconciler-test/pkg/state
17211721
knative.dev/reconciler-test/resources/certificate
1722-
# knative.dev/serving v0.46.1-0.20251010135514-7bcc27e000cd
1722+
# knative.dev/serving v0.46.1-0.20251013122017-c62f435daa4f
17231723
## explicit; go 1.24.0
17241724
knative.dev/serving/pkg/apis/autoscaling
17251725
knative.dev/serving/pkg/apis/autoscaling/v1alpha1

0 commit comments

Comments
 (0)