Proton README and Repo Hygiene Updates

   |   5 minute read

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.

Read More >>

Rill Adds Local Linting and Cleaner Go Docs

   |   4 minute read

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.

Read More >>

Terratest v1.0.1 - Maintenance Phase and Deprecations

   |   3 minute read

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.

Read More >>

gogpu Backend Selection and macOS Resize Fixes

   |   4 minute read

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.

Read More >>

go-micro v6.2.1 - Blocking Lint and Doc Updates

   |   3 minute read

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.

Read More >>

go-micro v6.2.0 - Agent DX and Scaffolding Updates

   |   4 minute read

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.

Read More >>

Terratest Activity: Kubernetes v0.36.2 Support and CI Hygiene

   |   5 minute read

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.

Read More >>
Page 1 of 2  |  Next >>
denis256 at denis256.dev