Skip to content

Commit

Permalink
chore: updated the pact-go version in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Saup21 committed Jun 25, 2024
1 parent e183246 commit a728e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ deps:
go install github.com/modocache/gover@latest; \
go install github.com/mitchellh/gox@latest; \
cd -
go install github.com/pact-foundation/pact-go/[email protected].2;
go install github.com/pact-foundation/pact-go/[email protected].5;

goveralls:
goveralls -service="travis-ci" -coverprofile=coverage.txt -repotoken $(COVERALLS_TOKEN)
Expand Down

0 comments on commit a728e20

Please sign in to comment.