fix(chore): set nacos-server v2.1.0 and consul v1.12.3 (#2268)

* fix(chore): set nacos-server v2.1.0

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

* improve(chore): set consul 1.12.3

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
pull/2274/head
Weizhen Wang 2 years ago committed by GitHub
parent e4d73db523
commit 57dee517e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/go.yml

@ -25,11 +25,11 @@ jobs:
ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379 ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379
ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379 ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379
consul: consul:
image: consul:latest image: consul:1.12.3
ports: ports:
- 8500:8500 - 8500:8500
nacos: nacos:
image: nacos/nacos-server:latest image: nacos/nacos-server:v2.1.0
env: env:
MODE: standalone MODE: standalone
ports: ports:

Loading…
Cancel
Save