x/crypto: Possibly incorrect "go" directive in go.mod #72761
Labels
LibraryProposal
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
Milestone
Go version
go version go1.23.7 linux/amd64
Output of
go env
in your module/workspace:What did you do?
go get golang.org/x/crypto
What did you see happen?
go: upgraded go 1.23 => 1.23.0
go: added toolchain go1.23.7
What did you expect to see?
No go version upgrade and no
toolchain
directive added to thego.mod
file.I believe the reason is that in go.mod file there is
go 1.23.0
directive. Shouldn't it bego 1.23
instead?The text was updated successfully, but these errors were encountered: