FROM golang:1.12

RUN set -ex \
    && curl -sL https://taskfile.dev/install.sh | sh