Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make SubscriptionConfiguration work with go 1.20 #660

Closed

Conversation

fiam
Copy link
Contributor

@fiam fiam commented Nov 6, 2023

regexp.Regexp implements text marshal/unmarshal only in go 1.21 and
newer, requiring some workarounds in previous versions. To support this,
implement custom JSON marshalling methods that get compiled only when
using go 1.20 and below.

regexp.Regexp implements text marshal/unmarshal only in go 1.21 and
newer, requiring some workarounds in previous versions. To support this,
implement custom JSON marshalling methods that get compiled only when
using go 1.20 and below.
@fiam
Copy link
Contributor Author

fiam commented Nov 7, 2023

We've decided top drop support for go 1.20 instead, closing.

@fiam fiam closed this Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant