blob: c39aa59b5c4eb8ece32159f84b7708007303ca8c [file] [log] [blame]
# This is a Google Cloud Container Builder build step that extends the Go
# builder to just build the file. (The script as part of the go builder wants
# to do something else. Sigh.)
FROM golang:1.11
ENV GOPATH /workspace
ENTRYPOINT ["/usr/local/go/bin/go"]