Skip to content

v1.25.0-rc1

  • v1.25.0-rc1
  • ee88309
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Choose a tag to compare

  • v1.25.0-rc1
  • ee88309
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@gbbr gbbr tagged this 05 Jun 07:56
Migrate to go modules. The `go.mod` file is not committed into the repository and contains entries for dependencies exclusively needed by the repository and none of the integrations. This is so because we want the importing program to have the final word in deciding versions. As a side-effect, we were forced to update the import path of what was formerly `gopkg.in/Shopify/sarama.v1` to `github.com/Shopify/sarama`. For more details, please see: https://github.com/Shopify/sarama/issues/1510

Additionally, CI change were introduced which reduce time by about 50%.
Assets 2
Loading