Skip to content

Commit 919d4ae

Browse files
authored
GODRIVER-3059 Retract v1.13.0 (#1485)
1 parent c61efde commit 919d4ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ module go.mongodb.org/mongo-driver
33
go 1.13
44

55
retract (
6+
// GODRIVER-3059: The v1.13.0 Git tag changed, causing security errors when
7+
// users downloaded the Go driver module. Also, the BSON performance
8+
// improvements introduced a panic when marshaling/unmarshaling Go errors.
9+
v1.13.0
10+
611
v1.11.8 // Contains minor changes meant for v1.12.1.
712
v1.11.5 // Contains import failure.
813

0 commit comments

Comments
 (0)