From 6e51ac46fae3925e6799a03f1dde189470c46dd6 Mon Sep 17 00:00:00 2001 From: chandrakanthr Date: Sat, 10 Feb 2024 19:29:57 +0530 Subject: [PATCH] Changed git build badge in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f53c53d..f6c808f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/ChandraNarreddy/siv.svg?branch=master)](https://travis-ci.org/ChandraNarreddy/siv) [![GoDoc](https://godoc.org/github.com/ChandraNarreddy/siv?status.svg)](https://godoc.org/github.com/ChandraNarreddy/siv) +[![Build Status]((https://github.com/ChandraNarreddy/siv/actions/workflows/go.yml/badge.svg))](https://github.com/ChandraNarreddy/siv/actions/workflows/go.yml) [![GoDoc](https://godoc.org/github.com/ChandraNarreddy/siv?status.svg)](https://godoc.org/github.com/ChandraNarreddy/siv) # siv SIV-AES (rfc5297) implementation for Golang.