Skip to content
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

Missing Go 1.17 after updating aws/codebuild/standard #552

Closed
friimaind opened this issue Aug 16, 2022 · 1 comment
Closed

Missing Go 1.17 after updating aws/codebuild/standard #552

friimaind opened this issue Aug 16, 2022 · 1 comment

Comments

@friimaind
Copy link

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:

1.12 
1.13
1.14
1.15
1.16
1.18

but not the 1.17.

is there a reason for this?

Thank you

@subinataws
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants