➔ Proton README and Repo Hygiene Updates
Proton is a Go GUI library built on Gio, and this recent activity is mostly about making the project easier to evaluate before you install it. The headline change is a large README refresh that turns scattered notes into a clearer map for install steps, widgets, theming, Android builds, and example apps.
➔ Rill Adds Local Linting and Cleaner Go Docs
Rill, a Go toolkit for composable concurrency, had a quiet but useful week: the maintainers added a local lint hook and then cleaned up public comments. This is not a feature release, but it matters if you contribute to Rill because CI style now has a local path, and the exported docs for Batch and MapReduce read a bit cleaner.
➔ Terratest v1.0.1 - Maintenance Phase and Deprecations
Terratest v1.0.1 was published on June 27, 2026, and it marks the start of the v1 maintenance phase for the Gruntwork test library. The main user visible change is a set of deprecation annotations that point users away from helper packages planned for removal in v2, while keeping this release safe for current v1 users. It is not marked as a prerelease.
➔ gogpu Backend Selection and macOS Resize Fixes
For Go developers using gogpu, a Go GPU and windowing toolkit, this week’s activity is mostly about fewer bad fallbacks and calmer resize behavior. The headline change is backend choice in auto mode: Windows and Linux can now ask wgpu to enumerate more than one native backend before falling back to software.
➔ go-micro v6.2.1 - Blocking Lint and Doc Updates
go-micro v6.2.1 was published on June 22, 2026, with a small but useful maintenance set for Go service teams. The main change is CI hygiene: the lint backlog is cleared and golangci-lint now blocks CI, which should make future regressions louder before they reach users. The full notes are on the GitHub release page.
➔ go-micro v6.2.0 - Agent DX and Scaffolding Updates
go-micro v6.2.0 was published on June 22, 2026, with a small set of updates around agent developer experience, examples, and service scaffolding. The most useful change for users is the improved support agent material, because it gives maintainers a clearer path from concept to working example. GitHub does not mark this release as a prerelease.
➔ Terratest Activity: Kubernetes v0.36.2 Support and CI Hygiene
Terratest continues its steady pace of maintenance with a focus on keeping its Kubernetes integration current and refining its internal development workflows. The latest updates bring support for Kubernetes v0.36.2 dependencies and a cleanup of the continuous integration configuration to remove inherited rules that no longer apply.
➔ cloud-nuke Adds AWS Backup Plan Support And Hits An EFS Gotcha
cloud-nuke is the AWS resource cleanup tool from Gruntwork. The last week brought one feature commit and one quick CI follow up, both about the same thing: AWS Backup Plans are now a supported resource type, and the team caught the inevitable side effect within a day.