Skip to content

probavi v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Aug 10:20
8aa1b14

See CHANGELOG.md for everything in v0.2.0.

Verify the download

sha256sum -c SHA256SUMS --ignore-missing

Reproduce the binaries

Built with go1.24.13 (pinned by go.mod). To reproduce a binary bit for bit:

git checkout v0.2.0
CGO_ENABLED=0 GOOS=<os> GOARCH=<arch> \
  go build -trimpath -ldflags "-s -w -buildid= -X main.version=0.2.0" \
  -o probavi ./cmd/probavi

The result matches the probavi binary inside the corresponding archive.