Skip to content

Commit 92b3da5

Browse files
Dockerfile: remove the obsolete GO111MODULE env var
Signed-off-by: Raghavendra Talur <[email protected]>
1 parent f00d563 commit 92b3da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY main.go main.go
1818
COPY controllers/ controllers/
1919

2020
# Build
21-
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager main.go
21+
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
2222

2323
FROM registry.access.redhat.com/ubi8/ubi
2424
WORKDIR /

0 commit comments

Comments
 (0)