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

fixing the ondatra verison to v0.7.0 #3747

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

ram-mac
Copy link
Contributor

@ram-mac ram-mac commented Feb 4, 2025

Changing the Ondatra version to fix
PR3739 and PR3701

@ram-mac ram-mac requested a review from a team as a code owner February 4, 2025 04:46
@ram-mac ram-mac requested review from bstoll and dplore February 4, 2025 04:46
@ram-mac
Copy link
Contributor Author

ram-mac commented Feb 4, 2025

Initially i had changed only the ondatra version from 0.6.1 to 0.7.1 but it ran into multiple failures with respect to dependancies packages.
So, i then ran "go mod tidy" and this generated all the necessary changes in packages.

@ram-mac ram-mac requested a review from a team as a code owner February 4, 2025 05:19
@@ -1,39 +1,39 @@
module github.com/openconfig/featureprofiles

go 1.22.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

don't change keep the go version;

Copy link
Contributor Author

Choose a reason for hiding this comment

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

if i do not change the go version i get a lot of errors and most of the checks are failing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The errors from the static_analysis shows below
github.com/openconfig/[email protected] requires go >= 1.23.4 (running go 1.22.0)

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.

3 participants