launchdarkly / api-client-go

LaunchDarkly API Client for Go
Other
8 stars 12 forks source link

Fix go.mod file for v6 #8

Closed szechyjs closed 2 years ago

szechyjs commented 2 years ago

module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v6

Please add the correct version to the module file.

carmenquan commented 2 years ago

Hi @szechyjs,

Thanks for bringing this to our attention - we'll address this in our next release!

Carmen

carmenquan commented 2 years ago

Hi @szechyjs,

We addressed this feedback in our latest release. https://github.com/launchdarkly/api-client-go/releases/tag/v7.0.0 If you have additional questions, please re-open this or file a new issue.

Thank you! Carmen