Skip to content

Commit b309204

Browse files
committed
📼 Images generated
1 parent 980588d commit b309204

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

openshift/ci-operator/images/kn-event-sender/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ COPY . .
99

1010
ENV CGO_ENABLED=1
1111
ENV GOEXPERIMENT=strictfipsruntime
12-
ENV GOFLAGS=''
12+
ENV GOFLAGS='-mod=mod'
13+
ENV ENV GOFLAGS=''
1314

1415
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn-event-sender
1516

openshift/ci-operator/images/kn-event/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ COPY . .
99

1010
ENV CGO_ENABLED=1
1111
ENV GOEXPERIMENT=strictfipsruntime
12-
ENV GOFLAGS=''
12+
ENV GOFLAGS='-mod=mod'
13+
ENV ENV GOFLAGS=''
1314

1415
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn-event
1516

0 commit comments

Comments
 (0)