Run tests on Golang 1.12

disco_info_form
Mickael Remond 5 years ago
parent 0e110bc412
commit 06ee607f53
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

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

Loading…
Cancel
Save