Skip to content

Commit

Permalink
go-fuzz: set explictly GO111MODULES=off
Browse files Browse the repository at this point in the history
This will prevent breaking go-fuzz when it will support go modules
dvyukov/go-fuzz#195

and addressing this issue:
google#2878
  • Loading branch information
Yevgeny Pats committed Oct 3, 2019
1 parent 27d875f commit f9b185f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ RUN mkdir -p $GOPATH/src/github.com/dvyukov/ && \

COPY build.sh $SRC/

ENV GO111MODULE="off"

WORKDIR $SRC/golang

0 comments on commit f9b185f

Please sign in to comment.