FROM golang:1.16
ENV GO111MODULE=on
WORKDIR /go/src/github.com/actions/actions-sync
COPY . /go/src/github.com/actions/actions-sync
RUN script/bootstrap