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
Despite using an upgraded go image in certain steps, the ko image that
Kf was using to build still had an outdated version of go (1.17) meaning
that there was an inconsistency between local development and what was
being produced.
This change pivots us to use the latest version of ko on the current go
base image the pipeline uses ensuring Kf will always be built with an
expected version of Go, allowing us to stay up to date on features and
patches.
0 commit comments