Files
actions-sync/Dockerfile.cibuild
T
Ajaykn-mac dc05ccb4c5
licenced / Licences Check (push) Has been cancelled
update to latest golang version
2022-04-12 16:51:48 +09:00

7 lines
153 B
Docker

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