Hacker News new | ask | show | jobs
by broeng 500 days ago
Tbh, I think you missed this part: "[..] mixed with artefact dependencies itself".
1 comments

An artifact depends on the tools used to build it.

This is why we pin versions. Go tool is common sense, allowing for any old tool version in the build chain invites failure.

I'm not debating that. I'm pointing out, that the person replied to, said there's no reason to mix it together with the artifact dependencies.

In other words, no need to mix "dependencies" and "dev dependencies" together.