mirror of https://github.com/ceph/go-ceph
ci: add GODEBUG=cgocheck=2 to the container environment
Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
parent
5768911be7
commit
01c9818729
|
@ -23,6 +23,7 @@ ENV PATH="${PATH}:/opt/go/bin"
|
|||
ENV GOROOT=/opt/go
|
||||
ENV GO111MODULE=on
|
||||
ENV GOPATH /go
|
||||
ENV GODEBUG=cgocheck=2
|
||||
WORKDIR /go/src/github.com/ceph/go-ceph
|
||||
VOLUME /go/src/github.com/ceph/go-ceph
|
||||
|
||||
|
|
Loading…
Reference in New Issue