Skip to content

Commit e423f41

Browse files
committed
Retract v1.1.1
The Go Report Card badge on the README poisoned the module cache for v1.1.1. This commit retracts v1.1.1. Users can update to v1.1.2, which is literally the same commit.
1 parent b7faa90 commit e423f41

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ module connectrpc.com/grpchealth
22

33
go 1.19
44

5+
retract (
6+
v1.1.1 // module cache poisoned, use v1.1.2
7+
)
8+
59
require (
610
connectrpc.com/connect v1.11.0
711
google.golang.org/protobuf v1.31.0

0 commit comments

Comments
 (0)