Skip to content

Commit

Permalink
chore: upgrade to latest stable pact v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Nov 30, 2023
1 parent 1bad036 commit 01cc396
Show file tree
Hide file tree
Showing 2,023 changed files with 296,389 additions and 141,160 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.18.x]
# os: [ubuntu-latest, macos-latest, windows-latest]
# runs-on: ${{ matrix.os }}
steps:
Expand All @@ -16,7 +16,7 @@ jobs:
echo "LOG_LEVEL=trace" >> $GITHUB_ENV
echo "GITHUB_BRANCH=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- uses: hashicorp/setup-terraform@v1
Expand Down
4 changes: 2 additions & 2 deletions 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 get github.com/pact-foundation/pact-go/v2/@2.0.0-beta.5;
go install github.com/pact-foundation/pact-go/v2@v2.0.2;

goveralls:
goveralls -service="travis-ci" -coverprofile=coverage.txt -repotoken $(COVERALLS_TOKEN)
Expand All @@ -80,7 +80,7 @@ test:

pact-go:
echo "--- 🐿 Installing Pact FFI dependencies"
~/go/bin/pact-go -l DEBUG install --libDir /tmp
pact-go -l DEBUG install --libDir /tmp

pact: pact-go
@echo "--- 🤝 Running Pact tests"
Expand Down
Loading

0 comments on commit 01cc396

Please sign in to comment.