Skip to content

Commit

Permalink
fix: invalid build badge for github (#58)
Browse files Browse the repository at this point in the history
* Fixed link, clearing badge cache

* Attempting to turn on ask nancy for dep protection

* Nancy does not work on 1.21

* Added syndication to godocs

* chore: upgraded deps

* fix: build badge
  • Loading branch information
mrz1836 authored Feb 15, 2024
1 parent 93e05f4 commit 5c76ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> A go microservice for managing alerts and runs alongside Bitcoin SV nodes utilizing RPC
[![Release](https://img.shields.io/github/release-pre/bitcoin-sv/alert-system.svg?logo=github&style=flat&v=3)](https://github.com/bitcoin-sv/alert-system/releases)
[![Build](https://github.com/bitcoin-sv/alert-system/workflows/run-go-tests/badge.svg?branch=master&v=3)](https://github.com/bitcoin-sv/alert-system/actions)
[![Build](https://github.com/bitcoin-sv/alert-system/actions/workflows/run-tests.yml/badge.svg?branch=master&v=3)](https://github.com/bitcoin-sv/alert-system/actions)
[![Report](https://goreportcard.com/badge/github.com/bitcoin-sv/alert-system?style=flat&v=3)](https://goreportcard.com/report/github.com/bitcoin-sv/alert-system)
[![Go](https://img.shields.io/github/go-mod/go-version/bitcoin-sv/alert-system?v=3)](https://golang.org/)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat&v=3)](https://github.com/RichardLitt/standard-readme)
Expand Down

0 comments on commit 5c76ff3

Please sign in to comment.