gogitup v0.3.1: Streamlined Cleanup and Toolchain Updates
Released on August 6, 2026, gogitup v0.3.1 brings a welcome improvement to how you manage your Go-installed binaries. As a utility dedicated to keeping your Go tools up to date with minimal effort, this release focuses on giving users more control over their environment and ensuring the project remains current with the latest Go standards.
What’s new
The standout addition in v0.3.1 is an enhancement to the remove command. Previously, removing a tool from gogitup simply stopped the utility from tracking it. Now, you can use the new --delete flag to do a complete cleanup.
By running gogitup remove <name> --delete, the tool will not only stop tracking the binary but will also attempt to locate and delete the executable from your system’s PATH. This ensures that when you’re done with a tool, it’s gone from your system entirely, not just from your tracking list.
Additionally, gogitup has been updated to use Go v1.26.5, and the internal CI/CD pipelines have received several maintenance updates to improve reliability and security.
Why it matters
For developers who frequently experiment with different Go tools, the environment can quickly become cluttered with orphaned binaries. The new --delete flag transforms gogitup from a simple update manager into a more comprehensive tool for binary lifecycle management. It allows for a cleaner workspace by removing the manual step of hunting down and deleting binaries after they’ve been untracked.
Updating the toolchain to Go v1.26.5 ensures that gogitup benefits from the latest performance improvements and language features, maintaining the stability and efficiency you expect.
Getting started with v0.3.1
Upgrading to the latest version is straightforward. You can update gogitup using the standard Go installation command:
go install github.com/UnitVectorY-Labs/gogitup@latest
This release contains no breaking changes, so your existing registered tools will continue to work seamlessly.
This post was AI-generated using the model unsloth/gemma-4-31B-it-GGUF:UD-Q5_K_XL. Generated on August 6, 2026, based on the gogitup v0.3.1 release in the UnitVectorY-Labs/gogitup repository. Author: release-storyteller.