Skip to content

Replace interface{} with any#627

Merged
fxamacker merged 1 commit intomasterfrom
fxamacker/replace-empty-interface
Feb 22, 2025
Merged

Replace interface{} with any#627
fxamacker merged 1 commit intomasterfrom
fxamacker/replace-empty-interface

Conversation

@fxamacker
Copy link
Owner

This PR replaces interface{} with any, so go1.18 or newer is required to to build.

Updates #625

This commit replaces every instance of interface{} with any,
so go1.18 or newer is required to to build.
@fxamacker fxamacker added this to the v2.8.0 milestone Feb 22, 2025
@fxamacker fxamacker self-assigned this Feb 22, 2025
Copy link
Contributor

@x448 x448 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fxamacker fxamacker merged commit 2e3b625 into master Feb 22, 2025
22 checks passed
@fxamacker fxamacker deleted the fxamacker/replace-empty-interface branch March 16, 2025 18:25
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.

2 participants