go.mod:
module toolchain_test
go 1.22.3
toolchain go1.25.0
main.go:
package main
func main() {
println("Hello World!")
}
when run go build, I think that should try to download toolchain 1.25.0
which do not exist. So I expect that cmd should failed. But It run sucess.
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/golang-nuts/257fc164-a680-4c91-85b8-5ee71f0243efn%40googlegroups.com.