From 01c9818729d708dc26cee49b80941dcda0d78f75 Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Sat, 12 Dec 2020 03:58:24 +0100 Subject: [PATCH] ci: add GODEBUG=cgocheck=2 to the container environment Signed-off-by: Sven Anderson --- testing/containers/ceph/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/containers/ceph/Dockerfile b/testing/containers/ceph/Dockerfile index ac69eca..3c115d5 100644 --- a/testing/containers/ceph/Dockerfile +++ b/testing/containers/ceph/Dockerfile @@ -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