Update go1.12 -> go1.13 + update dependencies + mod tidy

This commit is contained in:
Thom Seddon
2020-01-18 14:26:54 +00:00
parent 391793b220
commit d0b48f58d4
4 changed files with 520 additions and 66 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.12-alpine as builder
FROM golang:1.13-alpine as builder
# Setup
RUN mkdir -p /go/src/github.com/thomseddon/traefik-forward-auth