tink: "go get" fails when specifying "latest" version as a Go module dependency

The go/keyset API is not present in the latest release, which causes problems when trying to use go modules:

GO111MODULE=on go get github.com/google/tink/go/keyset
go: finding github.com/google/tink/go/keyset latest
go: finding github.com/google/tink/go latest
go get github.com/google/tink/go/keyset: no matching versions for query "latest"

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 1
  • Comments: 16 (9 by maintainers)

Most upvoted comments

Yes, we’re planning to have a RC out this week. Sorry for the delays.