From 77a2213f4be822c79908da6a7756b3101d62d7ce Mon Sep 17 00:00:00 2001 From: Medya Ghazizadeh Date: Mon, 22 Dec 2025 12:47:59 -0800 Subject: [PATCH] Update build status badge in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e438644f..bbd64b01 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Utils -[![Build Status]](https://travis-ci.org/kubernetes/utils) [![GoDoc](https://godoc.org/k8s.io/utils?status.svg)](https://godoc.org/k8s.io/utils) +[![Test](https://github.com/kubernetes/utils/actions/workflows/test.yml/badge.svg)](https://github.com/kubernetes/utils/actions/workflows/test.yml) [![GoDoc](https://godoc.org/k8s.io/utils?status.svg)](https://godoc.org/k8s.io/utils) A set of Go libraries that provide low-level, kubernetes-independent packages supplementing the [Go standard libs].