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 #575: Replaced deprecated utils.Unmarshal and removed unused variables #579

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ShivanshuGupta07
Copy link

Description

This PR fixes #575 by replacing deprecated utils.Unmarshal with json.Unmarshal and removing unused variables from the codebase.

Notes for Reviewers

  • The changes involve updates to two specific files: config/provider/inmem.go and utils/kubernetes/crd.go.
  • Please verify that the replacement of utils.Unmarshal does not impact any other parts of the code that may rely on its specific behavior.

Signed commits

  • Yes, I signed my commits.

Copy link

welcome bot commented Aug 25, 2024

Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Community Welcome Guide and sure to join the community Slack.
Be sure to double-check that you have signed your commits. Here are instructions for making signing an implicit activity while peforming a commit.

@leecalcote
Copy link
Member

Thank you, @ShivanshuGupta07!

@leecalcote leecalcote added kind/chore Necessary task language/go Golang related labels Sep 17, 2024
@MUzairS15
Copy link
Contributor

@ShivanshuGupta07 merge conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/chore Necessary task language/go Golang related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Golang Lint Check Warnings
3 participants