-
Notifications
You must be signed in to change notification settings - Fork 0
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
[FSN-28]: update dependencies and CI #21
Conversation
a50f882
to
c5e568c
Compare
c5e568c
to
ef4fbce
Compare
Signed-off-by: Pablo <[email protected]>
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.
LGTM!
@@ -10,7 +10,7 @@ on: | |||
pull_request: | |||
|
|||
env: | |||
GO_VERSION: 1.16 | |||
GO_VERSION: 1.22 |
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.
Can it not be updated to the latest Go 1.23?
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.
I use this when I want to update dependencies.
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.
updated go in d07fdfd
Regarding the tool, it provides some dependency updates that were missing. I didn't update all because some of them gave compilation errors. Some of this problems have been solved by updating go version, but for gqlgen, alibaba-cloud-sdk-go, viper, gqlparser and the google-api I still can not compile using the latest version 🤷♂️ . Should I investigate this further?
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.
There is no need to spend more time if it gives problems; Go 1.22 is good for now.
Signed-off-by: Pablo <[email protected]>
Signed-off-by: Pablo <[email protected]>
Signed-off-by: Pablo <[email protected]>
This PR gets some useful updates from the project https://github.com/wings-software/cloudinfo and also updates all dependencies for the go dependencies