Skip to the content.

Update Project Libraries To Latest

In a Go project, you can upgrade latest dependencies by running following command -

$ go get -u
$ go mod tidy

Source: StackOverFlow