aws / aws-codebuild-docker-images

Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
Other
1.11k stars 973 forks source link

fix symlink for golang runtime 1.20 in aarch64:standard:3.0 #655

Closed stephledev closed 7 months ago

stephledev commented 1 year ago

Issue #, if available:

Description of changes:

The symlink that is currently set when installing golang runtime 1.20 is currently pointing to a non-existing directory. The symlink should point to /usr/local/go20 instead of /usr/local/go12 as go12 is the runtime for 1.12 (e.g as used in aarch64:standard:2.0)

Currently this will lead to an error that the go binary could not be found when trying to run any go command.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Dylan-AWS commented 7 months ago

This no longer needed and is fixed as part of #697