Update test platform to go1.13
This commit is contained in:
parent
ef2c0b465e
commit
a16483397d
|
@ -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 . ./
|
||||
|
|
Loading…
Reference in a new issue