Update to go1.12.8

This commit is contained in:
Ludovic Fernandez
2019-08-14 10:52:05 +02:00
committed by Traefiker Bot
parent c5b71592c8
commit 989a59cc29
11 changed files with 67 additions and 100 deletions

View File

@@ -13,7 +13,7 @@ You need to run the `binary` target. This will create binaries for Linux platfor
$ make binary
docker build -t "traefik-dev:no-more-godep-ever" -f build.Dockerfile .
Sending build context to Docker daemon 295.3 MB
Step 0 : FROM golang:1.11-alpine
Step 0 : FROM golang:1.12-alpine
---> 8c6473912976
Step 1 : RUN go get github.com/golang/dep/cmd/dep
[...]