Skip to content

Commit

Permalink
Merge pull request #3176 from lucas-clemente/fix-circle
Browse files Browse the repository at this point in the history
use go install to install Ginkgo on CircleCI
  • Loading branch information
marten-seemann committed May 11, 2021
2 parents 8d62ebf + 9ca4c86 commit 50746db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50746db

Please sign in to comment.