Run tests on Golang 1.12
This commit is contained in:
parent
0e110bc412
commit
06ee607f53
|
@ -1,5 +1,4 @@
|
||||||
FROM golang:1.11
|
FROM golang:1.12
|
||||||
WORKDIR /xmpp
|
WORKDIR /xmpp
|
||||||
RUN curl -o codecov.sh -s https://codecov.io/bash && chmod +x codecov.sh
|
RUN curl -o codecov.sh -s https://codecov.io/bash && chmod +x codecov.sh
|
||||||
COPY . ./
|
COPY . ./
|
||||||
# RUN go get -t ./...
|
|
||||||
|
|
Loading…
Reference in a new issue