#!/usr/bin/env bash
set -o errexit
set -o nounset
test -z "${DEBUG:-}" || {
set -x
}
CGO_ENABLED=0 go build -o bin/actions-sync main.go