Files
actions-sync/Dockerfile.cibuild
T
Ajaykn-mac b77c0b6ce5
licenced / Licences Check (push) Has been cancelled
update go version to 1.16 to fix the CI build
2022-01-08 01:13:58 +09:00

7 lines
153 B
Docker

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