mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-23 19:12:00 -08:00
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 New Issue
Block a user