Fix ginkgo moved to gomod
This commit is contained in:
Родитель
ed87743e37
Коммит
9dc52505c2
|
@ -48,7 +48,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
|
||||
|
|
Загрузка…
Ссылка в новой задаче