...

Text file src/github.com/google/flatbuffers/tests/docker/languages/Dockerfile.testing.golang.1_11

Documentation: github.com/google/flatbuffers/tests/docker/languages

     1FROM golang:1.11-stretch as base
     2WORKDIR /code
     3ADD . .
     4RUN cp flatc_debian_stretch flatc
     5WORKDIR /code/tests
     6RUN go version
     7RUN ./GoTest.sh

View as plain text