pact-go icon indicating copy to clipboard operation
pact-go copied to clipboard

Golang version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.

Results 75 pact-go issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. Release notes Sourced from golangci/golangci-lint-action's releases. v4.0.0 What's Changed Documentation docs: update examples by @​KunalSin9h in golangci/golangci-lint-action#826 docs: update section about GitHub Annotations by...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.32.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
go

Small change to pact v1.x to support publishing pacts with branches. I was updating the pact-go-workshop and wanted to get it to the latest of pact-go v1, with the supported...

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

## Software versions * **OS**: e.g. Mac OSX 10.11.5 * **Consumer Pact library**: Pact go v2.0.1 * **Golang Version**: `go1.20.5` * **Golang environment**: Provide output of `GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/dev/.cache/go-build"...

bug
triage

## Software versions * **OS**: Fedora Linux 37 (Workstation Edition) * **Consumer Pact library**: pact-foundation/pact 11.0.2, jest-pact 0.10.3 * **Provider Pact library**: pact-foundation/pact-go/v2 v2.0.0-beta.23 * **Golang Version**: go1.19.12 linux/amd64 *...

help wanted
enhancement

Adding ability to specify path to Pact CLI for systems where the CLI can't easily be installed

This PR address lint errors introduced by #347 Also looks to test the Pact Go V2 project on windows and macos in GHA, and on arm64 hardware for linux/macos. This...