We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c68f0 commit 9ca9053Copy full SHA for 9ca9053
Makefile
@@ -18,7 +18,7 @@
18
#
19
20
IMAGE_NAME = pulsar-client-go-test:latest
21
-PULSAR_VERSION ?= 4.0.0
+PULSAR_VERSION ?= latest
22
PULSAR_IMAGE = apachepulsar/pulsar:$(PULSAR_VERSION)
23
GO_VERSION ?= 1.23
24
CONTAINER_ARCH ?= $(shell uname -m | sed s/x86_64/amd64/)
README.md
@@ -148,7 +148,7 @@ Run the tests:
148
149
Run the tests with specific versions of GOLANG and PULSAR:
150
151
- make test GO_VERSION=1.23 PULSAR_VERSION=4.0.0
+ make test GO_VERSION=1.23 PULSAR_VERSION=4.0.3
152
153
## Contributing
154
0 commit comments