Skip to content

Commit 1eb963d

Browse files
authored
fix(README): Point Go reference badge to v2 (#58)
The README godoc badge points to the v1 of the library. Point to v2 instead.
1 parent 992ffba commit 1eb963d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# autogold - automatically update your Go tests <a href="https://hexops.com"><img align="right" alt="Hexops logo" src="https://raw.githubusercontent.com/hexops/media/master/readme.svg"></img></a>
22

3-
<a href="https://pkg.go.dev/github.com/hexops/autogold"><img src="https://pkg.go.dev/badge/badge/github.com/hexops/autogold.svg" alt="Go Reference" align="right"></a>
4-
3+
<a href="https://pkg.go.dev/github.com/hexops/autogold/v2"><img src="https://pkg.go.dev/badge/badge/github.com/hexops/autogold/v2.svg" alt="Go Reference" align="right"></a>
4+
55
[![Go CI](https://github.com/hexops/autogold/workflows/Go%20CI/badge.svg)](https://github.com/hexops/autogold/actions) [![codecov](https://codecov.io/gh/hexops/autogold/branch/main/graph/badge.svg)](https://codecov.io/gh/hexops/autogold) [![Go Report Card](https://goreportcard.com/badge/github.com/hexops/autogold)](https://goreportcard.com/report/github.com/hexops/autogold)
66

77
autogold makes `go test -update` automatically update your Go tests (golden files and Go values in e.g. `foo_test.go`).

0 commit comments

Comments
 (0)