Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
amiga386
19 days ago
|
parent
|
context
|
favorite
| on:
Stop picking my Go version for me
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
19 days ago
|
next
[–]
this is great and should be in the blog post
shlewis
19 days ago
|
prev
[–]
Thank you so much.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
go get can manage this for you - https://go.dev/doc/toolchain#get