Skip to content

Update x/net dependency#1021

Open
5p2O5pe25ouT wants to merge 1 commit into
gorilla:mainfrom
5p2O5pe25ouT:fixbug/issue-991-x-net
Open

Update x/net dependency#1021
5p2O5pe25ouT wants to merge 1 commit into
gorilla:mainfrom
5p2O5pe25ouT:fixbug/issue-991-x-net

Conversation

@5p2O5pe25ouT
Copy link
Copy Markdown

Summary

  • update golang.org/x/net from v0.26.0 to v0.41.0
  • update the CircleCI Go version matrix to 1.23, 1.24, and 1.25 because x/net v0.41.0 requires Go 1.23+

Why

Fixes #991. The Go vulnerability report for CVE-2025-22870 marks golang.org/x/net/proxy and golang.org/x/net/http/httpproxy versions before v0.36.0 as affected. The issue requested v0.41.0 or newer.

Verification

  • go test ./...
  • GOTOOLCHAIN=go1.23.12 go test ./...
  • GOTOOLCHAIN=go1.23.12 go test -race ./...
  • go vet -v ./...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug Report: Transitive Vulnerability via golang.org/x/net — Please Upgrade to v0.41.0

1 participant