Skip to content

Commit

Permalink
chmod -R 777 /go/
Browse files Browse the repository at this point in the history
  • Loading branch information
kaovilai committed Jan 24, 2023
1 parent bb7e015 commit bdb43d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/ci-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ RUN go get -d -u github.com/onsi/ginkgo/ginkgo && \
# pin v1.22 as latest requires go 1.18
RUN go get -d -u github.com/onsi/gomega@v1.22
RUN chmod -R 777 ./
RUN chmod -R 777 /go/
RUN go mod download

0 comments on commit bdb43d2

Please sign in to comment.