I'm preparing our application for go1.24, including using the tools go.mod 
directive. I was expecting that I should be able to require rc1 as part of 
the build process. However, adding 

go 1.24rc1
toolchain 1.24rc1

lead to either

unknown block type: tool
invalid toolchain version '1.24rc1': must match format go1.23.0 or default

https://go.dev/doc/modules/gomod-ref does not mention RC versions, 
while https://go.dev/doc/toolchain does.

Can RC versions be required through go.mod?

Thanks,
Andi

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/fc8ed520-8f24-4566-a58b-0e41ee5238b7n%40googlegroups.com.

Reply via email to