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
Looks like there are some selfupdate packages available but we could probably just run go install with the module from (debug) buildinfo? Need to handle devel binaries explicitly, though.
Maybe we could start a goroutine to check for updates and tie it back at the end (of the program)? Need to figure out a way to not do that all the time, though -- seems wasteful (unlike say, brew).
We could probably do this automatically? But maybe not, in the interest of startup time.
The text was updated successfully, but these errors were encountered: