We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417eafe commit a1d9ddeCopy full SHA for a1d9dde
openshift/ci-operator/images/kn-event-sender/Dockerfile
@@ -9,6 +9,7 @@ COPY . .
9
10
ENV CGO_ENABLED=1
11
ENV GOEXPERIMENT=strictfipsruntime
12
+ENV GOFLAGS='-mod=mod'
13
ENV GOFLAGS=''
14
15
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn-event-sender
openshift/ci-operator/images/kn-event/Dockerfile
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn-event
0 commit comments