Using the new prebuilt builder on GoReleaser

You can now import pre-built binaries into GoReleaser!

Instant Go

Edit and run Go code right in the browser. No backend required.

Go multi-module workspace mode, a forthcoming feature in Go 1.18

Go doesn't have a stack the way that some other languages do

Tips For Effective Go Tests

In Go, pointers (mostly) don't go with slices in practice

I18n in Go: Managing Translations

Recently I've been building a fully internationalized (i18n) and localized (l10n) web application for the first time with Go's golang.org/x/text packages. I've found that the packages and tools that live under golang.org/x/text are really effective and well designed, although it...

Signing releases with cosign and GoReleaser

In GoReleaser v0.176.0 (both OSS and Pro), we released the ability to sign Docker images - with cosign in mind, and also did small quality-of-life improvements in the artifact signing feature.

Supply chain integrity with GoReleaser using Go mod proxy

Since the infamous SolarWinds attack, supply chain integrity is something a lot of people are discussing and working on.

Configuration (and configuration files) is not and cannot be generic