From 7f237a2d3a74706120b2d479e618cbe9051129ae Mon Sep 17 00:00:00 2001 From: Mitchell Valine Date: Thu, 26 May 2022 08:33:19 -0700 Subject: [PATCH] chore: remove callout that go is in dev preview (#20507) ---- ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/master/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ddf9cce9d3997..1e8a2ca307188 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ The CDK is available in the following languages: * Java ([Java ≥ 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) and [Maven ≥ 3.5.4](https://maven.apache.org/download.cgi)) * .NET ([.NET Core ≥ 3.1](https://dotnet.microsoft.com/download)) * Go ([Go ≥ 1.16.4](https://golang.org/)) - - Go is currently in developer preview and is not recommended for production use. \ Jump To: