From 08244c7a5dcaf91564ba68498cae6cc1b0ab7ae4 Mon Sep 17 00:00:00 2001 From: Repon Kumar Roy Date: Mon, 29 Dec 2025 19:01:37 +0100 Subject: [PATCH] docs: fix build status badge in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54360fa..b42b4a2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple and fast file system integrity checking tool in Go. -[![Build Status](https://travis-ci.org/google/fswalker.svg?branch=master)](https://travis-ci.org/google/fswalker) +[![Build Status](https://github.com/google/fswalker/actions/workflows/test.yml/badge.svg)](https://github.com/google/fswalker/actions/workflows/test.yml) ## Overview