Sveriges mest populära poddar

go podcast()

019: Dependencies maintenance in Go

14 min • 14 juli 2023

I talk about dependencies management in Go. How to keep your dependencies up-to-date and how to check if there's any updates available. What to do when a package change their major version.

List all packages and latest versions:
$ go list -m -u all

Update all packages to their latest minor versions:
$ go get -u ./...

If you'd like to support this podcast consider buying a copy of my course Build SaaS apps in Go.

Förekommer på
00:00 -00:00