building-go-binaries

Installation
SKILL.md

Building Go Binaries

All commands run from the Go module root (installer/).

Local Development Build

task build

Builds a snapshot binary for the current platform via GoReleaser. Output goes to ./bin/. This is the only command you need for local builds.

How It Works

  • Task wraps GoReleaser in snapshot mode (no git tag required, single target)
  • GoReleaser config: .goreleaser.yaml
  • Task runner config: Taskfile.yml
  • Version info is injected via ldflags at build time (see main.go for the variables)
Installs
2
GitHub Stars
2
First Seen
Apr 7, 2026
building-go-binaries — mrpointer/dotfiles