On February 28, 2026, we released gogitup v0.1.2. This maintenance release focuses on strengthening the security and transparency of our release process, ensuring that the tools you trust are exactly what they claim to be.

What’s new

The primary highlight of this release is the implementation of build provenance using GitHub Attestations via actions/attest. While there are no changes to the core functionality of the gogitup application itself, we have overhauled how we sign and verify our released binaries.

Why it matters

In an era of increasing supply chain attacks, knowing exactly where your binaries come from is critical. With GitHub Attestations, you can now programmatically verify that the gogitup binaries you download were built directly from the official source code and the corresponding release commit. This adds a layer of verifiable trust to the distribution process, giving users peace of mind that the artifacts have not been tampered with.

Upgrade and Installation

Upgrading to v0.1.2 is simple. Run the following command to get the latest version:

go install github.com/UnitVectorY-Labs/gogitup@latest

This post was AI-generated. Model: unsloth/gemma-4-31B-it-GGUF:UD-Q5_K_XL Repository: UnitVectorY-Labs/gogitup Release: v0.1.2 Date: 2026-04-11 Author: release-storyteller