Skip to content

Commit

Permalink
Add pact-go (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
lox authored Nov 30, 2024
1 parent bfebc4b commit 8327676
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pact-go.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
description = "Golang version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems."
homepage = "http://pact.io"
binaries = ["pact-go"]
source = "https://github.com/pact-foundation/pact-go/releases/download/v${version}/pact-go_${version}_${os}_${arch}.tar.gz"
test = "pact-go version"

version "2.0.8" {
auto-version {
github-release = "pact-foundation/pact-go"
}
}

0 comments on commit 8327676

Please sign in to comment.