From f2d718e6293f45a43146d270ef40ff42f98d79bd Mon Sep 17 00:00:00 2001 From: Eliise S Date: Thu, 12 Mar 2020 11:27:11 +0000 Subject: [PATCH] Fix issue with ginko unable to find package [257100 ms] build github.com/onsi/ginkgo/ginkgo: cannot load gopkg.in/fsnotify.v1: cannot find module providing package gopkg.in/fsnotify.v1 --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 15bf6dd..a19cfd5 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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/go-junit-report@v0.9.1 \ && rm -rf /go/src/ && rm -rf /go/pkg