Skip to content

Commit dd57476

Browse files
committed
📼 Images generated
1 parent 417eafe commit dd57476

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ COPY . .
99

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ COPY . .
99

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

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

0 commit comments

Comments
 (0)