2
0
mirror of https://github.com/FluuxIO/go-xmpp synced 2024-11-11 07:11:03 +00:00

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