-
Notifications
You must be signed in to change notification settings - Fork 7
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
[main] Upgrade to latest dependencies #234
[main] Upgrade to latest dependencies #234
Conversation
22c15d6
to
df22320
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #234 +/- ##
=======================================
Coverage 48.91% 48.91%
=======================================
Files 25 25
Lines 1983 1983
=======================================
Hits 970 970
Misses 966 966
Partials 47 47 ☔ View full report in Codecov by Sentry. |
4461148
to
f43fe33
Compare
bumping golang.org/x/tools 3057be8...7398f36: > 7398f36 all: fix some symbols error in comment > f111c72 go/callgraph/rta: skip test on js platform > 9f9b7e3 gopls/internal/settings: add missing deep cloning in Options.Clone > ce7eed4 doc/generate: minor cleanup > 075ae7d go/callgraph/vta: add basic tests for range-over-func > 2c7aaab go/ssa: skip failing test > 1b5663f go/callgraph/vta: perform minor cleanups > 0a49883 gopls/go.mod: update the go directive to 1.23.1 > ad366a8 go.mod: update golang.org/x dependencies > 4fb36d1 go/callgraph/rta: add rta analysis test case for multiple go packages > dc4d64c gopls: fix non-constant format strings > c758e54 cmd/callgraph: make vta use internal version of CHA > 94b564c go.mod: for consistency with other repos, use 1.22.0 in go.mod > 70f5626 all: with 1.23 out, update Go directive to Go 1.22 > 5a3171b internal/typesinternal: correct spec anchors in comments > c538e2c go/callgraph/static: avoid ssautil.AllFunctions > 2db563b internal/gcimporter: copy over ureader changes > 09886e0 go/callgraph/vta: allow nil initial call graph > e5ae0a9 internal/pkgbits: cleanup pre-Go 1.17 workaround > 264b4b5 go/callgraph/vta: add return parameter nodes for functions > 063360f gopls: update x/telemetry dependency > 28f3bc0 internal/pkgbits: copy over changes for V2 > fd2067f go/callgraph/vta: use struct{} instead of bool in sets > ce02ccd gopls/internal/test/marker: simplify completion markers > 4ead70c gopls: report semantic tokens of top-level type constructor modifiers > 826d8d9 gopls/internal/cache: add a note about GOMEMLIMIT and ballasts > aaf49f1 gopls/internal/cache: add a 100MB ballast to reduce GC CPU > 12307aa gopls/internal/util/lru: make lru.Cache generic > 594cdab gopls: increment the telemetryprompt acceptance counter for each session > adb7301 internal/versions: disable a test case incompatible with CL 607955 > 0734f62 internal/gcimporter: support type parameterized aliases in indexed format > b5f24ec internal/aliases: add type parameters argument to NewAliases > f5c7449 gopls/internal: implement Packages command > e5e8aa8 gopls/internal: implement Modules command > 9ef0547 internal/gcimporter: move indexed format docs > c7adb63 go/analysis/passes/fieldalignment: fix doc > 66adacf internal/pkgbits: improve ureader panic message > e104dc8 gopls/internal/settings: rename goTest code action to source.test > dfcdf50 go/analysis/passes/copylock: add support for ForStmt > 136c165 gopls/internal/cache: remove spurious assertions > 7cc3be7 internal/imports: use a clean GOMODCACHE for the scan root directory > d47b4fb internal/testfiles: adjust test so all modules are after 1.21 > c1241b9 internal/stdlib: update stdlib index for Go 1.23.0 > e6bef92 gopls/internal/golang: downgrade assertion in methodsets index > 7f262d6 all: disable tests incompatible with CL 603895 > a76f882 gopls: enhance read/write access distinction in document highlighting for symbols > 4dc9194 go/callgraph/vta: fix test under GODEBUG=gotypesalias=1 > 28ba991 go/analysis/passes/printf: add missing Unalias call bumping golang.org/x/mod bc151c4...46a3137: > 46a3137 zip: set GIT_DIR in test when using bare repositories > 3afcd4e go.mod: set go version to 1.22.0 > b1d336c go.mod: update required go version to go1.22 bumping knative.dev/serving 74ea38a...51d95f6: > 51d95f6 Update net-gateway-api nightly (# 15519) > 50bea5d Update net-kourier nightly (# 15517) > 00bd844 Update net-contour nightly (# 15518) > ed44181 Update net-istio nightly (# 15516) > b796321 Unpin github.com/gorilla/websocket (# 15515) > 158a5c2 upgrade to latest dependencies (# 15514) > 7875c26 Update net-contour nightly (# 15512) > 4471f27 Update net-gateway-api nightly (# 15513) > cc9b060 Update net-istio nightly (# 15511) > cde060b upgrade to latest dependencies (# 15506) > 985fc84 Update net-kourier nightly (# 15509) > edb073c Update net-contour nightly (# 15507) > 63b0f86 Update net-istio nightly (# 15508) bumping knative.dev/caching 1bbe214...b5ae36e: > b5ae36e upgrade to latest dependencies (# 892) > d1191d7 upgrade to latest dependencies (# 891) bumping knative.dev/networking ed319d7...faa7309: > faa7309 upgrade to latest dependencies (# 1006) > 6c832c6 upgrade to latest dependencies (# 1005) bumping knative.dev/pkg 3002873...aaab500: > aaab500 Bump golang.org/x/tools from 0.24.0 to 0.25.0 (# 3091) > de0796c Bump google.golang.org/grpc from 1.66.0 to 1.66.2 (# 3092) bumping github.com/gorilla/websocket ac0789b...ce903f6: > ce903f6 Reverts to v1.5.0 > 9ec25ca fixes broken random value generation > 1bddf2e bumps go version & removes deprecated module usage > 750bf92 adds GHA & Makefile configs > b2c246b Revert " Update go version & add verification/testing tools (# 840)" > 09a6bab removing error handling while closing connections > 58af150 return errors instead of printing to logs > e5f1a0a excludes errchecks linter > b2a86a1 Do not timeout when WriteControl deadline is zero > 695e909 Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed (# 894) > d293aa5 feat: format message type > 0cfb2ca feat: format message type > 3168614 fix: lint example > d08ee1a perf: reduce timer in write_control > d15aba1 perf: reduce timer in write_control > cf50a3e Revert "Print log message" > 7d5b8cc Print log message > 4965080 Do not return error in SetCloseHandler > 9a21405 Do not handle network error in SetCloseHandler() > 0f0acef fix: don't use errors.ErrUnsupported, it's available only since go1.21 > 1e975a0 use http.ResposnseController > 4a5e66f make tests parallel > 871f6bb docs(echoreadall): fix function echoReadAll comment (# 881) > dcea2f0 Remove noisy printf in NextReader() > 01b0aae fix: add comment for the readBufferSize and writeBufferSize (# 869) > 286c896 fix: replace ioutil.readfile with os.readfile (# 868) > 6f5d213 conn.go: default close handler should not return ErrCloseSent. (# 865) > 629990d Use status code constant (# 864) > b6a0d77 Update README.md, replace master to main (# 862) > aa97606 Fixes subprotocol selection (aling with rfc6455) (# 823) bumping google.golang.org/grpc 00d3ec8...d0bf90a: > d0bf90a Change version to 1.66.2 (# 7620) > c84da66 Cherry pick # 7595 to v1.66.x release branch (# 7621) > 12487c8 Cherry pick # 7571 and # 7579 to v1.66.x release branch (# 7616) > 7185cf4 Change to version 1.66.2-dev (# 7615) > cb81df6 Change to patch release 1.66.1 (# 7603) > ecb3e1a Change version to 1.66.1-dev (# 7519) Signed-off-by: Knative Automation <[email protected]>
f43fe33
to
851f1e5
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: houshengbo, knative-automation The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Cron -knative-prow-robot
/cc knative-extensions/serving-progressive-rollout-approvers
/assign knative-extensions/serving-progressive-rollout-approvers
Produced by: knative-extensions/knobots/actions/update-deps