Skip to content

Commit 9ca9053

Browse files
committed
Use apachepulsar/pulsar:latest image by default to keep up with Pulsar version
1 parent c5c68f0 commit 9ca9053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
IMAGE_NAME = pulsar-client-go-test:latest
21-
PULSAR_VERSION ?= 4.0.0
21+
PULSAR_VERSION ?= latest
2222
PULSAR_IMAGE = apachepulsar/pulsar:$(PULSAR_VERSION)
2323
GO_VERSION ?= 1.23
2424
CONTAINER_ARCH ?= $(shell uname -m | sed s/x86_64/amd64/)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Run the tests:
148148

149149
Run the tests with specific versions of GOLANG and PULSAR:
150150

151-
make test GO_VERSION=1.23 PULSAR_VERSION=4.0.0
151+
make test GO_VERSION=1.23 PULSAR_VERSION=4.0.3
152152

153153
## Contributing
154154

0 commit comments

Comments
 (0)