Update dependencies and prepare for testing

Signed-off-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
Jake Sanders
2021-02-22 15:10:52 +00:00
parent 7a722fd851
commit 9b61d24773
10 changed files with 458 additions and 136 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.12.4-alpine AS build_deps
FROM golang:1.15-alpine AS build_deps
RUN apk add --no-cache git