Update to go1.14

This commit is contained in:
Ludovic Fernandez
2020-03-02 09:30:05 +01:00
committed by GitHub
parent 09fa1e6546
commit 862772230c
8 changed files with 48 additions and 48 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.12-alpine
Step 0 : FROM golang:1.14-alpine
---> 8c6473912976
Step 1 : RUN go get github.com/golang/dep/cmd/dep
[...]