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 980588d commit 7b16380Copy full SHA for 7b16380
openshift/ci-operator/images/kn-event-sender/Dockerfile
@@ -9,7 +9,8 @@ COPY . .
9
10
ENV CGO_ENABLED=1
11
ENV GOEXPERIMENT=strictfipsruntime
12
-ENV GOFLAGS=''
+ENV GOFLAGS='-mod=mod'
13
+ENV ENV GOFLAGS=''
14
15
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn-event-sender
16
openshift/ci-operator/images/kn-event/Dockerfile
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn-event
0 commit comments