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
We need to release a new CLI patch version to set the GOTOOLCHAIN version via introducing a dedicated flag. (ex: ap gateway image build --go-toolchain go1.26.5)
Please select the area the issue is related to
CLI
Please select the aspect the issue is related to
Aspect/Configuration (Config files, settings, env vars, defaults)
Description
Related issues: [Bug]: API Platform Controller gateway build fails when a policy requires a newer Go version #2796
When building a
wso2apip-api-gateway-1.1.0image withjwt-auth@v1.2.2usingWSO2 API Platform Controller (ap) v0.8.0, the build fails.The underlying cause is a Go toolchain mismatch:
This has been already fixed for the gateway v1.2.0 release through fix(gateway-builder): force GOTOOLCHAIN=auto for go subprocesses #2798
We need to release a new CLI patch version to set the GOTOOLCHAIN version via introducing a dedicated flag. (ex:
ap gateway image build --go-toolchain go1.26.5)