Skip to content

Commit c34f417

Browse files
fix: update pact-ffi to 0.4.28 (#533)
* fix: update pact-ffi to 0.4.28 * chore(test): update debain docker file to jdk 21 --------- Co-authored-by: YOU54F <YOU54F@users.noreply.github.com> Co-authored-by: Yousaf Nabi <yousaf@pactflow.io>
1 parent e95697e commit c34f417

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG VERSION=latest
22
FROM golang:${VERSION}
33

4-
RUN apt-get update && apt-get install -y openjdk-17-jre file protobuf-compiler
4+
RUN apt-get update && apt-get install -y openjdk-21-jre file protobuf-compiler
55
COPY . /go/src/github.com/pact-foundation/pact-go
66

77
WORKDIR /go/src/github.com/pact-foundation/pact-go

installer/installer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ const (
388388
var packages = map[string]packageInfo{
389389
FFIPackage: {
390390
libName: "libpact_ffi",
391-
version: "0.4.27",
391+
version: "0.4.28",
392392
semverRange: ">= 0.4.0, < 1.0.0",
393393
},
394394
}

0 commit comments

Comments
 (0)