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.12.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.13.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 6, 2023

  1. go.mod: update to go 1.18 and x/tools v0.13.0

    Done with:
    
    go get go@1.18 golang.org/x/tools@upgrade
    go mod tidy
    
    Using go1.21.0.
    
    Change-Id: I6376b8ea06832ecddb5989538af1b2b663f62cfd
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/525977
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    dmitshur authored and gopherbot committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    273ef6c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. modfile: use new go version string format in error message

    For golang/go#61888
    
    Change-Id: If4056623471edb6fd99d45dcd8a0751d6a54ce1c
    Reviewed-on: https://go-review.googlesource.com/c/mod/+/527897
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Bryan Mills <bcmills@google.com>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    seankhliao authored and gopherbot committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5b69280 View commit details
    Browse the repository at this point in the history
Loading