go get -u github.com/oligot/go-mod-upgrade triggers this depecation warning with go 1.17.x:
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
go get -u github.com/oligot/go-mod-upgrade
triggers this depecation warning with go 1.17.x: