]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: accept -lang=go1 as -lang=go1.0
authorMatthew Dempsky <mdempsky@google.com>
Thu, 8 Feb 2024 01:25:48 +0000 (17:25 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 8 Feb 2024 21:36:02 +0000 (21:36 +0000)
commit08370dcd9af8122956fc3ab024889c5357fffd5a
tree61e448aa6e1a782a9da696f146913c917e296439
parent58fea5dfaff26736ff20db6158940ef4f6812a8a
cmd/compile: accept -lang=go1 as -lang=go1.0

Fixes #65528.

Change-Id: I55fef8cf7be4654c7242462d45f12999e0c91c02
Reviewed-on: https://go-review.googlesource.com/c/go/+/562322
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/compile/internal/types/goversion.go
src/cmd/go/testdata/script/build_issue_65528.txt [new file with mode: 0644]