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
After updating to a new Go release, there is no way to rebuild all your code.
cd $GOPATH/src
go build -a ./...
is the obvious answer, but the -a tries to reinstall the standard library too.