#!/bin/sh
docker run --rm \
-it \
--workdir /app/ \
-v $(pwd):/app \
golang:1.21-alpine \
sh make-releases.sh