Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Fix issue with ginko unable to find package
Browse files Browse the repository at this point in the history
[257100 ms] build github.com/onsi/ginkgo/ginkgo: cannot load gopkg.in/fsnotify.v1: cannot find module providing package gopkg.in/fsnotify.v1
  • Loading branch information
EliiseS committed Mar 12, 2020
1 parent dbc092c commit f2d718e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN \
# --> GolangCI-lint
&& curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sed 's/tar -/tar --no-same-owner -/g' | sh -s -- -b $(go env GOPATH)/bin \
# --> Install Ginkgo
&& go get github.com/onsi/ginkgo/ginkgo@v1.11.0 \
&& go get github.com/onsi/ginkgo/ginkgo@v1.12.0 \
# --> Install junit converter
&& go get github.com/jstemmer/[email protected] \
&& rm -rf /go/src/ && rm -rf /go/pkg
Expand Down

0 comments on commit f2d718e

Please sign in to comment.