Run tests on Golang 1.12

This commit is contained in:
Mickael Remond 2019-06-04 18:59:34 +02:00
parent 0e110bc412
commit 06ee607f53
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

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