-
Notifications
You must be signed in to change notification settings - Fork 158
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
base: main
Are you sure you want to change the base?
Conversation
Pull Request Functional Test Report for #3747 / ab9114aVirtual Devices
Hardware Devices
|
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. |
@@ -1,39 +1,39 @@ | |||
module github.com/openconfig/featureprofiles | |||
|
|||
go 1.22.0 |
There was a problem hiding this comment.
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;
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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)
…5NI6K99tnD5x49c= in go.sum
Changing the Ondatra version to fix
PR3739 and PR3701