stick to go1.13 for now, update credits (#163)

fix release tags for mcs
This commit is contained in:
Harshavardhana
2020-06-04 13:15:56 -07:00
committed by GitHub
parent 8949fbe245
commit 48e6b1bb7c
11 changed files with 97 additions and 55 deletions

View File

@@ -1,8 +1,9 @@
FROM golang:1.14.1
FROM golang:1.13
ADD go.mod /go/src/github.com/minio/mcs/go.mod
ADD go.sum /go/src/github.com/minio/mcs/go.sum
WORKDIR /go/src/github.com/minio/mcs/
# Get dependencies - will also be cached if we won't change mod/sum
RUN go mod download