-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update Meshery Adapter Library Go version from 1.21 to 1.23 #164
Conversation
@leecalcote I think this repo needs a fix to allow me to run the workflows? also any review would be appreciated I don't think it needs further changes |
Running build workflow... |
Just as soon as your first PR merges in a given repo, your second PR will automatically approve and trigger the respective workflows. |
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.
This file and likely a couple of workflows will need to be updated - https://github.com/meshery/meshery-adapter-library/blob/master/go.mod#L3
…ation [models] Add adapter model registration funcs.
Signed-off-by: devhindo <[email protected]>
Signed-off-by: devhindo <[email protected]>
…cluded directories Signed-off-by: devhindo <[email protected]>
Signed-off-by: devhindo <[email protected]>
@leecalcote run again |
Yay, @devhindo! Your PR has merged and a new version of the library is released. 🎈 https://github.com/meshery/meshery-adapter-library/releases/tag/v0.8.0 |
Update the Go version in the go.mod file and CI workflows to ensure compatibility with the latest features and improvements.
fixes: meshery/meshery#12829