Skip to content

Commit ebb333d

Browse files
author
Eugene Cheung
authored
chore: revert go support (#215)
1 parent 60d87a4 commit ebb333d

File tree

15 files changed

+6
-44803
lines changed

15 files changed

+6
-44803
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 0 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.mergify.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ const project = new awscdk.AwsCdkConstructLibrary({
3636
mavenArtifactId: "cdkmonitoringconstructs",
3737
mavenEndpoint: "https://s01.oss.sonatype.org",
3838
},
39+
// TODO: https://github.com/cdklabs/cdk-monitoring-constructs/issues/21
3940
// Artifact config: Go
40-
publishToGo: {
41-
moduleName: "github.com/cdklabs/cdk-monitoring-constructs",
42-
},
41+
// publishToGo: {
42+
// moduleName: "github.com/cdklabs/cdk-monitoring-constructs",
43+
// },
4344

4445
// Auto approval config
4546
autoApproveOptions: {
@@ -126,7 +127,8 @@ project.release.addJobs({
126127
"release_npm",
127128
"release_nuget",
128129
"release_pypi",
129-
"release_golang",
130+
// TODO: https://github.com/cdklabs/cdk-monitoring-constructs/issues/21
131+
// "release_golang",
130132
],
131133
steps: [
132134
{

cdkmonitoringconstructs/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

cdkmonitoringconstructs/NOTICE

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)