-
Notifications
You must be signed in to change notification settings - Fork 141
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
Rebuild with golang v1.18.6
or higher
#224
Comments
@mauriciopoppe Thanks for #225 |
yes, I'm going to work on the release and hopefully be done this week or next week |
We released v2.6.0, checked that it's available with |
Thanks for the new release. Unfortunately the image |
Thanks for letting me know, It looks like the latest version of https://github.com/kubernetes-csi/csi-release-tools/blob/master/prow.sh#L89 isn't in this repo https://github.com/kubernetes-csi/node-driver-registrar/blob/master/release-tools/prow.sh#L89. I think I could pull that subtree and create a new patch release for the fix. |
Building with 1.19 should happen with #224 merged, I'll create a new patch release in the branch |
These releases should be built with 1.19 |
4133d1df Merge pull request kubernetes-csi#226 from msau42/cloudbuild 8d519d23 Pin buildkit to v0.10.6 to workaround v0.11 bug with docker manifest 6e04a030 Merge pull request kubernetes-csi#224 from msau42/cloudbuild 26fdfffd Update cloudbuild image git-subtree-dir: release-tools git-subtree-split: 4133d1df083eaa65bdeddd0530d54278529c7a60
Our image scanner detected some golang related findings (e.g.
CVE-2022-27664
) in the latest releasev2.5.1
which can be fixed by rebuilding with golangv1.18.6
or higher.Is there a way to upgrade to golang
v1.18.6
, build and publish an upgraded version?If I understand the build process correctly the binary is build with the go version which is used in the corresponding pipeline (in this case
v1.17.3
) and then copied to build the corresponding image.The text was updated successfully, but these errors were encountered: