add drone/buildrone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-01-15 22:15:45 +00:00
parent 937769e2f7
commit bda0879199
7 changed files with 76 additions and 3 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM golang:latest
COPY . /opt/build
RUN cd /opt/build && go build *.go