|
|
|
|
|
by skybrian
2883 days ago
|
|
If you want the latest version using versioned go, you have to run a different command. "go get -u" will upgrade to the newest version and also update the dependency list. [1] So that difference isn't actually all that different. [1] https://tip.golang.org/cmd/go/#hdr-Module_aware_go_get |
|