use go install to install Ginkgo on CircleCI

This commit is contained in:
Marten Seemann
2021-05-10 20:11:41 -07:00
parent 8d62ebffae
commit 9ca4c86d1e

View File

@@ -21,9 +21,7 @@ jobs:
- checkout
- run:
name: "Setup build environment"
command: |
go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega
command: go install github.com/onsi/ginkgo/ginkgo
- run:
name: "Build infos"
command: go version