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: f8a9fe2
Choose a base ref
...
head repository: golang/mod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1759e96
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 13, 2025

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

    By now Go 1.25.0 has been released, and Go 1.23 is no longer supported
    per the Go Release Policy (see https://go.dev/doc/devel/release#policy).
    
    For golang/go#69095.
    
    [git-generate]
    (cd . && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none)
    
    Change-Id: Iaf9ab7594a9753cdf89db18522dc0c80180cfa60
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/695775
    Reviewed-by: David Chase <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    gopherbot committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    f060e16 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: Id93f8cbaf80d06026b2934d3f4eb6c732b098176
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/701036
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    gopherbot committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    1759e96 View commit details
    Browse the repository at this point in the history
Loading