Merge pull request #3176 from lucas-clemente/fix-circle

use go install to install Ginkgo on CircleCI
This commit is contained in:
Marten Seemann
2021-05-10 20:40:02 -07:00
committed by GitHub

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