]> Cypherpunks repositories - gostls13.git/commit
internal/godebugs: fix changed version for winsymlink and winreadlinkvolume to 1.23
authorJordan Liggitt <liggitt@google.com>
Wed, 19 Mar 2025 00:27:07 +0000 (20:27 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 19 Mar 2025 01:13:33 +0000 (18:13 -0700)
commit2e749a645a6d03c7ac11bb172c4591564061b29e
tree4bcc3ddf0c4842ddee6a45e45718c7849f7f2de0
parent21483099632c11743d01ec6f38577f31de26b0d0
internal/godebugs: fix changed version for winsymlink and winreadlinkvolume to 1.23

https://go.dev/doc/godebug#go-123 documents changes to winsymlink and
winreadlinkvolume in Go 1.23.

This fixes the registered "changed" minor version to Go 1.23,
so that defaults when building a Go 1.22 module are correct.

Fixes #72935

Change-Id: I5d5bf31ca04f9e95208fb0fdaad2232f9db653ff
Reviewed-on: https://go-review.googlesource.com/c/go/+/659035
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/internal/godebugs/table.go