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
When CodeBuild image versions are updated, we typically pick up the latest LTS version of the runtimes. Since, Go 1.18 was available, CodeBuild went with that and skipped 1.17. CodeBuild won't have each version, but will instead look to provide the most up to date version as early as it can in its managed Docker images.
After the closing of these issues:
I noticed the new runtime table of Go https://docs.aws.amazon.com/codebuild/latest/userguide/runtime-versions.html and the missing 1.17 version.
We now able to use all of these versions:
but not the 1.17.
is there a reason for this?
Thank you
The text was updated successfully, but these errors were encountered: