From 5f587d20144222d500eb52d5d080f71568240244 Mon Sep 17 00:00:00 2001 From: U Cirello Date: Sun, 23 Jun 2024 16:59:25 -0700 Subject: [PATCH] pgqueue: fix stale badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b39dc9..2e64367 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PostgreSQL-backed Queue library [![GoDoc](https://godoc.org/cirello.io/pgqueue?status.svg)](https://godoc.org/cirello.io/pgqueue) -[![Build Status](https://travis-ci.org/cirello-io/pgqueue.svg?branch=master)](https://travis-ci.org/cirello-io/pgqueue) +[![Build](https://github.com/cirello-io/pgqueue/actions/workflows/go.yml/badge.svg)](https://github.com/cirello-io/pgqueue/actions/workflows/go.yml) [![Coverage Status](https://coveralls.io/repos/github/cirello-io/pgqueue/badge.svg?branch=master)](https://coveralls.io/github/cirello-io/pgqueue?branch=master) [![SLA](https://img.shields.io/badge/SLA-95%25-brightgreen.svg)](https://github.com/cirello-io/public/blob/master/SLA.md)