Remix.run Logo
amiga386 2 days ago

How your go.mod should look:

    go 1.24.0

    toolchain go1.25.7
"This module compiles with the language and runtime of go 1.24 and later, but I recommend you use at least go release 1.25.7"

go get can manage this for you - https://go.dev/doc/toolchain#get

abalaji 2 days ago | parent | next [-]

this is great and should be in the blog post

shlewis 2 days ago | parent | prev [-]

Thank you so much.