From e7fb6876ad4122b184ed59c07b6d6285c4653450 Mon Sep 17 00:00:00 2001 From: Lei Xue Date: Sat, 10 Dec 2022 22:43:00 +0800 Subject: [PATCH] update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfcb5f1..8770d0c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -## gotgt [![Build Status](https://travis-ci.org/gostor/gotgt.svg)](https://travis-ci.org/gostor/gotgt) +## gotgt + +![Build Status](https://github.com/gostor/gotgt/actions/workflows/gotgt.yml/badge.svg) The gotgt project is a simple SCSI Target framework implemented in golang built for performance and density. Very briefly, this iSCSI/SCSI target Go implementation can be included/imported as a library to allow upper layer iSCSI clients to communicate to the actual SCSI devices. The target configuration is static with a json file for the time being. The core functionality of this target library provides the iSCSI/SCSI protocol services. A simple flat file based LUN target implementation is provided with plug-in interface. In the future, a formal plugin mechanism will be provided and supported to work with more sophisticated backend storage arrays.