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

chore(cdk-testing): fix init-go canary #28365

Merged
merged 2 commits into from
Dec 14, 2023
Merged

Commits on Dec 14, 2023

  1. chore(cdk-testing): fix init-go canary

    The init-go canary was broken because the test replaced the aws-cdk go module with a locally build version.
    However in canaries we want to use the publish versioned instead.
    This change simply makes the replacement conditional.
    
    Manually tested in CodeBuild.
    mrgrain committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    29da0db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc4d7a4 View commit details
    Browse the repository at this point in the history