Skip to content

Commit

Permalink
Bump Pulsar server version to 4.0.0 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Oct 29, 2024
1 parent 310fb94 commit 3cb0ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

IMAGE_NAME = pulsar-client-go-test:latest
PULSAR_VERSION ?= 3.2.2
PULSAR_VERSION ?= 4.0.0
PULSAR_IMAGE = apachepulsar/pulsar:$(PULSAR_VERSION)
GO_VERSION ?= 1.22
CONTAINER_ARCH ?= $(shell uname -m | sed s/x86_64/amd64/)
Expand Down

0 comments on commit 3cb0ec6

Please sign in to comment.