Skip to content

refactor: replace interface{} with any (Go 1.18+)#3967

Closed
MD-Mushfiqur123 wants to merge 1 commit into
buildkite:mainfrom
MD-Mushfiqur123:refactor/interface-to-any
Closed

refactor: replace interface{} with any (Go 1.18+)#3967
MD-Mushfiqur123 wants to merge 1 commit into
buildkite:mainfrom
MD-Mushfiqur123:refactor/interface-to-any

Conversation

@MD-Mushfiqur123
Copy link
Copy Markdown

Replaces interface{} with the any alias (available since Go 1.18) in internal/cache/configuration/configuration.go.

This is the only file in the repo still using the old interface{} type literal.

@MD-Mushfiqur123 MD-Mushfiqur123 requested review from a team as code owners May 29, 2026 09:24
@DrJosh9000
Copy link
Copy Markdown
Contributor

Thanks @MD-Mushfiqur123, but your code change doesn't do what the PR description says.

@DrJosh9000 DrJosh9000 closed this Jun 2, 2026
@DrJosh9000 DrJosh9000 mentioned this pull request Jun 2, 2026
2 tasks
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