Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nnutter
on Nov 16, 2019
|
parent
|
context
|
favorite
| on:
The Value in Go’s Simplicity
I do not think Go Modules supports pinning except at the major version level and even there v0 and v1 are treated as fluid.
My experiences trying Go Modules has shown it to “randomly” modify the go.mod file.
kemitche
on Nov 16, 2019
[–]
The go.mod file implicitly pins to the lowest version that meets the requirements, as I recall.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
My experiences trying Go Modules has shown it to “randomly” modify the go.mod file.