You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump to ubuntu-22.04 (release-2.5)
Ubuntu 20.04 is going end of life in 2025.
The release build has also shifted to 22.04 on release-2.5
(main branch has already shifted).
This change updates the remaining references in release-2.5.
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
Backport dependency updates to release-2.5 (#4990)
* bump go.etcd.io/etcd/pkg 3.5.14
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
* bump golang.org/x/crypto v0.24.0
Note that golang.org/x/tools update broke gendoc with error:
panic: can't determine type sizes for compiler "" on GOARCH ""
It turns out that gendoc didn't need the problematic packages.NeedTypesInfo and therefore this option is now removed.
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
* bump google.golang.org/grpc v1.65.0
bump google.golang.org/grpc v1.65.0
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
---------
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
Bump actions/download-artifact to v4 (#4870)
download-artifact needs to be v4 because
upload-artifact is already v4.
They must be at the same level for release pipeline to work correctly.
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
(cherry picked from commit e038a71)