From d144c93eb1f3e7d57fc28ee6af5e817c3622e066 Mon Sep 17 00:00:00 2001 From: Simon Waldherr Date: Wed, 29 Mar 2023 19:00:52 +0200 Subject: [PATCH] Update README.md update godoc badge to pkg.go.dev reference badge replace travis-ci badge with gh-actions status badge add goreportcard badge --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28165902..4863c5c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ git2go ====== -[![GoDoc](https://godoc.org/github.com/libgit2/git2go?status.svg)](http://godoc.org/github.com/libgit2/git2go/v34) [![Build Status](https://travis-ci.org/libgit2/git2go.svg?branch=main)](https://travis-ci.org/libgit2/git2go) +[![GoDoc](https://pkg.go.dev/badge/github.com/libgit2/git2go)](https://pkg.go.dev/github.com/libgit2/git2go) +[![git2go CI](https://github.com/libgit2/git2go/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/libgit2/git2go/actions/workflows/ci.yml) +[![Go Report Card](https://goreportcard.com/badge/github.com/lhchavez/git2go)](https://goreportcard.com/report/github.com/lhchavez/git2go) + Go bindings for [libgit2](http://libgit2.github.com/).