From a16483397db3ac2baa3e28da7fc9921c072ac29f Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Tue, 29 Oct 2019 14:47:04 +0100 Subject: [PATCH] Update test platform to go1.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d54c7ec..d159afa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12 +FROM golang:1.13 WORKDIR /xmpp RUN curl -o codecov.sh -s https://codecov.io/bash && chmod +x codecov.sh COPY . ./