mirror of
https://github.com/gofiber/storage.git
synced 2025-12-18 16:28:22 +08:00
etcd version updated
This commit is contained in:
2
.github/workflows/test-etcd.yml
vendored
2
.github/workflows/test-etcd.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Install etcd
|
||||
run: |
|
||||
docker pull quay.io/coreos/etcd:v3.4.
|
||||
docker pull quay.io/coreos/etcd:v3.4.0
|
||||
|
||||
docker run -d -p 2379:2379 --name mytestetcd quay.io/coreos/etcd:v3.4.0
|
||||
- name: Install Go
|
||||
|
||||
Reference in New Issue
Block a user