Skip to content

Commit a62b40c

Browse files
committed
THRIFT-5472: Retract bad go module version under lib/go/thrift
Currently when people going to https://pkg.go.dev/github.com/apache/thrift@v0.15.0/lib/go/thrift it shows that a previous version with lib/go/thrift/go.mod file is the latest version. With solution provided in golang/go#49015 (comment), this commit will NOT be merged, but tagged as `lib/go/thrift/v0.0.1-do-not-use`, in order to retract the bad version and make `v0.15.0` and the future versions as the correct latest version recognized by go toolchain. [skip ci]
1 parent 6a7278b commit a62b40c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/go/thrift/go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module github.com/apache/thrift/lib/go/thrift
2+
3+
go 1.17
4+
5+
// See https://github.com/apache/thrift/releases/tag/lib%2Fgo%2Fthrift%2Fv0.0.1-do-not-use
6+
retract [v0.0.0-00000000000000-000000000000, v0.0.1-do-not-use]

0 commit comments

Comments
 (0)