From c7f447694a3683ba2d814db06c6f49c6e2802b26 Mon Sep 17 00:00:00 2001 From: Paco Xu Date: Tue, 10 Dec 2024 18:45:29 +0800 Subject: [PATCH] fix build status badge (#236) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34a78e6..8241c5c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Gateway -[![Build Status](https://github.com/go-kratos/gateway/workflows/Test/badge.svg?branch=main)](https://github.com/go-kratos/gateway/actions?query=branch%3Amain) +[![Build Status](https://github.com/go-kratos/gateway/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/go-kratos/gateway/actions/workflows/go.yml) [![codecov](https://codecov.io/gh/go-kratos/gateway/branch/main/graph/badge.svg)](https://codecov.io/gh/go-kratos/gateway) HTTP -> Proxy -> Router -> Middleware -> Client -> Selector -> Node