You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go modules was launched in Golang 1.11 and have matured in 1.12 and is being pushed as the new way to manage dependencies within golang.
What's great about it is it's integrated into the golang tool and incorporates all the learnings of the many dependency management tools go has had over the years.
I think the main benefit here will be improved reproducibility of builds since all dependencies are pulled at predefined versions.
Go modules was launched in Golang 1.11 and have matured in 1.12 and is being pushed as the new way to manage dependencies within golang.
What's great about it is it's integrated into the golang tool and incorporates all the learnings of the many dependency management tools go has had over the years.
I think the main benefit here will be improved reproducibility of builds since all dependencies are pulled at predefined versions.
It also looks like Agones is moving towards Go modules as well. googleforgames/agones#625
The text was updated successfully, but these errors were encountered: