Update test platform to go1.13

This commit is contained in:
Mickael Remond 2019-10-29 14:47:04 +01:00
parent ef2c0b465e
commit a16483397d
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

@ -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 . ./