From e259b43df000c58f60675634401055117680138c Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 4 Oct 2022 09:50:14 -0500 Subject: [PATCH 1/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d25050..a8a4402 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Versioning Library for Go -[![Build Status](https://circleci.com/gh/hashicorp/go-version/tree/main.svg?style=svg)](https://circleci.com/gh/hashicorp/go-version/tree/main) +![Build Status](https://github.com/hashicorp/go-version/actions/workflows/go-getter.yml/badge.svg) [![GoDoc](https://godoc.org/github.com/hashicorp/go-version?status.svg)](https://godoc.org/github.com/hashicorp/go-version) go-version is a library for parsing versions and version constraints, From 8dd6b0f30dbc3e743780cb9781b48b5ac08e7e68 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 4 Oct 2022 10:00:37 -0500 Subject: [PATCH 2/2] fixing, facepalm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8a4402..4b7806c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Versioning Library for Go -![Build Status](https://github.com/hashicorp/go-version/actions/workflows/go-getter.yml/badge.svg) +![Build Status](https://github.com/hashicorp/go-version/actions/workflows/go-tests.yml/badge.svg) [![GoDoc](https://godoc.org/github.com/hashicorp/go-version?status.svg)](https://godoc.org/github.com/hashicorp/go-version) go-version is a library for parsing versions and version constraints,