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
## Summary
`devbox update` should ensure the wrappers point to the latest binaries
of any updated packages.
## How was it tested?
- take a devbox.json having [email protected] package (such as the devbox-repo!)
- do `devbox shell`
- confirm go version 1.20 via `go version`
- manually set a package to [email protected]
- do `devbox update`
- run `go version` and see the updated version
BEFORE: would continue to show `go 1.20` version
AFTER: shows `go 1.19` version
0 commit comments