Tidy example package

Signed-off-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
Jake Sanders
2021-02-22 16:02:41 +00:00
parent 4f51af7d86
commit 1f895be0fe
3 changed files with 63 additions and 47 deletions

View File

@@ -1,9 +1,8 @@
FROM golang:1.15-alpine AS build_deps
FROM golang:1.16-alpine AS build_deps
RUN apk add --no-cache git
WORKDIR /workspace
ENV GO111MODULE=on
COPY go.mod .
COPY go.sum .