From 57dee517e57451662bc06ed2fd2fe936c80c843b Mon Sep 17 00:00:00 2001 From: Weizhen Wang Date: Wed, 10 Aug 2022 22:34:25 +0800 Subject: [PATCH] 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 * improve(chore): set consul 1.12.3 Signed-off-by: Weizhen Wang --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 16bb0a9fb..b1c2ca11a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,11 +25,11 @@ jobs: ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379 ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379 consul: - image: consul:latest + image: consul:1.12.3 ports: - 8500:8500 nacos: - image: nacos/nacos-server:latest + image: nacos/nacos-server:v2.1.0 env: MODE: standalone ports: