Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/mod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.33.0
Choose a base ref
...
head repository: golang/mod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.34.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 11, 2026

  1. all: upgrade go directive to at least 1.25.0 [generated]

    By now Go 1.26.0 has been released, and Go 1.24 is no longer supported
    per the Go Release Policy (see https://go.dev/doc/devel/release#policy).
    
    See go.dev/doc/godebug#go-125 for GODEBUG changes relevant to Go 1.25.
    
    For golang/go#69095.
    
    [git-generate]
    (cd . && go get go@1.25.0 && go mod tidy)
    
    Change-Id: I9bb89b1e1db211591ef7857c87fab56a836734d3
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/744501
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Junyang Shao <shaojunyang@google.com>
    Reviewed-by: Michael Pratt <mpratt@google.com>
    gopherbot committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    fb1fac8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: Ide1fe826ddfd65a5ffa31a076813ec9d8961b5ea
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/752820
    Auto-Submit: Gopher Robot <gobot@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: Cherry Mui <cherryyz@google.com>
    gopherbot committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    1ac721d View commit details
    Browse the repository at this point in the history
Loading