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/time
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: golang/time
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 11, 2023

  1. all: add a go directive, set it to 1.18

    Done with:
    
    go get go@1.18 toolchain@none
    go mod tidy
    go fix ./...
    
    Using go1.21.3.
    
    Otherwise the module is considered to have an implicit go 1.16 line.
    While here, drop the by-now-always-satisfied go1.7 build constraint.
    
    For golang/go#60268.
    
    Change-Id: Ie0216c6f22c5e25321042e1b7bdaa59f3c3ae843
    Reviewed-on: https://go-review.googlesource.com/c/time/+/534243
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    dmitshur authored and gopherbot committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b24d3b5 View commit details
    Browse the repository at this point in the history
Loading