Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit b6edd50

Browse files
authored
Fix build (#341)
1 parent f71f1a0 commit b6edd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN git clone https://gitlab.matrix.org/matrix-org/olm.git /tmp/libolm \
1010
COPY . /tmp/go-neb
1111
WORKDIR /tmp/go-neb
1212
RUN go get golang.org/x/lint/golint \
13-
&& go get github.com/fzipp/gocyclo \
13+
&& go get github.com/fzipp/gocyclo/cmd/gocyclo \
1414
&& go build github.com/matrix-org/go-neb
1515

1616
# Ensures we're lint-free

0 commit comments

Comments
 (0)