ci: add GODEBUG=cgocheck=2 to the container environment

Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
Sven Anderson 2020-12-12 03:58:24 +01:00 committed by John Mulligan
parent 5768911be7
commit 01c9818729
1 changed files with 1 additions and 0 deletions

View File

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