Skip to content

Update x/net from 0.33 -> 0.38#2107

Merged
DrewScoggins merged 1 commit intoaspnet:mainfrom
DrewScoggins:UpdateXNet
Aug 12, 2025
Merged

Update x/net from 0.33 -> 0.38#2107
DrewScoggins merged 1 commit intoaspnet:mainfrom
DrewScoggins:UpdateXNet

Conversation

@DrewScoggins
Copy link
Contributor

No description provided.

@DrewScoggins DrewScoggins merged commit e810874 into aspnet:main Aug 12, 2025
2 checks passed
ilonatommy added a commit to ilonatommy/Benchmarks that referenced this pull request Mar 6, 2026
PR aspnet#2107 (Aug 2025) updated golang.org/x/net from v0.33.0 to v0.38.0 in
go.mod but did not update go.sum, causing `go build` inside Docker to
fail with "missing go.sum entry for module providing package
golang.org/x/net/...".

This is the same issue that was fixed for BasicGoServer in PR aspnet#2149.

Running `go mod tidy` also:
- Updates go directive from 1.21 to 1.23.0 with toolchain go1.23.7
- Removes unused github.com/golang/glog dependency
- Updates indirect dependencies (x/sys 0.28.0->0.31.0, x/text 0.21.0->0.23.0)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ilonatommy added a commit that referenced this pull request Mar 6, 2026
PR #2107 (Aug 2025) updated golang.org/x/net from v0.33.0 to v0.38.0 in
go.mod but did not update go.sum, causing `go build` inside Docker to
fail with "missing go.sum entry for module providing package
golang.org/x/net/...".

This is the same issue that was fixed for BasicGoServer in PR #2149.

Running `go mod tidy` also:
- Updates go directive from 1.21 to 1.23.0 with toolchain go1.23.7
- Removes unused github.com/golang/glog dependency
- Updates indirect dependencies (x/sys 0.28.0->0.31.0, x/text 0.21.0->0.23.0)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants