-
Notifications
You must be signed in to change notification settings - Fork 195
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
backend: Update go helm chart dependencies and related packages #1983
Conversation
I learnt about go toolchains here: https://go.dev/doc/toolchain and https://go.dev/blog/rebuild Are there any other resources explaining this issue? |
I am not sure. I noticed this got added after I ran go mod tidy. Unrelatedly noticed that CodeQL was complaining that the toolchain was missing. |
I have go 1.22.1 locally at the moment. With this it downloads the 1.22.3 that I'm missing to do the build. Pretty sweet!
|
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.
👍 thanks
Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
1f1fde9
to
2109650
Compare
Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
2109650
to
11af145
Compare
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.
👍 thanks
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.
Thank you for the PR
This also fixes a requirement for the CodeQL tool (needing a toolchain version for the go.mod).