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
with go version of go1.17.8 darwin/amd64 I get the following deprecation warning when running:
go get -u github.com/rakyll/gotest
go get: installing executables with 'go get' in module mode is deprecated.
To adjust and download dependencies of the current module, use 'go get -d'.
To install using requirements of the current module, use 'go install'.
To install ignoring the current module, use 'go install' with a version,
like 'go install example.com/cmd@latest'.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
What's the suggested method of install?
The text was updated successfully, but these errors were encountered:
dotCipher
changed the title
Documentation for install is deprecated on golang 1.17.8
Deprecated install on golang 1.17.8
Mar 31, 2022
with
go version
ofgo1.17.8 darwin/amd64
I get the following deprecation warning when running:What's the suggested method of install?
The text was updated successfully, but these errors were encountered: