From 06ee607f53059c42c7ce50c0c0b09faf967662bf Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Tue, 4 Jun 2019 18:59:34 +0200 Subject: [PATCH] Run tests on Golang 1.12 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8fa1feb..d54c7ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -FROM golang:1.11 +FROM golang:1.12 WORKDIR /xmpp RUN curl -o codecov.sh -s https://codecov.io/bash && chmod +x codecov.sh COPY . ./ -# RUN go get -t ./...