Skip to content

Commit

Permalink
Fix ginkgo to use the last version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Nogueira Gonçalves committed Nov 6, 2020
1 parent 4367cb9 commit 09d17d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/setup.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ setup:
@/bin/bash -c '[ "`uname -s`" == "Darwin" ] && [ "`which brew`" != "" ] && [ ! -d "/usr/local/Cellar/librdkafka" ] && echo "librdkafka was not found. Installing with brew..." && brew install librdkafka; exit 0'
# Ensuring librdkafka is installed in Debian and Ubuntu
@/bin/bash -c '[ "`uname -s`" == "Linux" ] && [ "`which apt-get`" != "" ] && echo "Ensuring librdkafka is installed..." && ./debian-install-librdkafka.sh; exit 0'
@go get -u github.com/onsi/ginkgo/ginkgo@v1.11.0
@go get -u github.com/onsi/ginkgo/ginkgo
@go get github.com/gordonklaus/ineffassign
@go mod tidy

Expand Down

0 comments on commit 09d17d1

Please sign in to comment.