mirror of
https://github.com/ceph/go-ceph
synced 2024-12-24 07:03:00 +00:00
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
Block a user