Skip to content

Commit 2de55ff

Browse files
author
Tim Middleton
committed
Fix v1.2.2. examples
1 parent c31767b commit 2de55ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples-jakarta-v1.2.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
git checkout v1.2.2
8080
# Change the jib-maven-plugin as this version fails
8181
sed -i.bak 's/<version.plugin.jib>3\.3\.0<\/version.plugin.jib>/<version.plugin.jib>3.4.3<\/version.plugin.jib>/' java/pom.xml
82-
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.36.6
82+
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
8383
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=${{ matrix.coherenceVersion }} PROFILES=,jakarta,-javax make clean generate-proto build-test-images test-cluster-startup test-examples
8484
make test-cluster-shutdown || true
8585

0 commit comments

Comments
 (0)