Skip to content

Commit

Permalink
Retract bad go module version under lib/go/thrift
Browse files Browse the repository at this point in the history
skipci.

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.
  • Loading branch information
fishy committed Oct 16, 2021
1 parent 2b691ee commit cfa7920
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/go/thrift/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module github.com/apache/thrift/lib/go/thrift

go 1.17

// Accidentally pushed version with lib/go/thrift/go.mod, please update using `go get github.com/apache/thrift@latest`.
retract [v0.0.0-00000000000000-000000000000, v0.0.1-do-not-use]

0 comments on commit cfa7920

Please sign in to comment.