From 9c7db27fb578e17e17785f814033068b91cf3b2f Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 8 Jan 2024 14:52:51 -0700 Subject: [PATCH] chore: update badges in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca0aa47..15c1efc 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Track your .proto files and prevent changes to messages and services which impact API compatibility. -[![CircleCI](https://circleci.com/gh/nilslice/protolock/tree/master.svg?style=svg)](https://circleci.com/gh/nilslice/protolock/tree/master) -[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/nilslice/protolock) +![Tests](https://github.com/nilslice/protolock/actions/workflows/test.yml/badge.svg) +[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://pkg.go.dev/github.com/nilslice/protolock) ## Why