mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
add zookeeper registry support (#2284)
This commit is contained in:
5
.github/workflows/gf.yml
vendored
5
.github/workflows/gf.yml
vendored
@ -127,6 +127,11 @@ jobs:
|
||||
ports:
|
||||
- 5236:5236
|
||||
|
||||
zookeeper:
|
||||
image: loads/zookeeper:3.8
|
||||
ports:
|
||||
- 2181:2181
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ "1.15", "1.16", "1.17", "1.18" ]
|
||||
|
||||
Reference in New Issue
Block a user