Skip to content

Commit

Permalink
Adding goLang support
Browse files Browse the repository at this point in the history
  • Loading branch information
reste85 committed Jan 31, 2025
1 parent 3e25f3c commit c460674
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 2 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CdklabsConstructLibrary, JsiiLanguage } from 'cdklabs-projen-project-types';
import { CdklabsConstructLibrary } from 'cdklabs-projen-project-types';
const project = new CdklabsConstructLibrary({
author: 'Amazon Web Services',
authorAddress: '[email protected]',
Expand All @@ -14,12 +14,14 @@ const project = new CdklabsConstructLibrary({
stability: 'experimental',
releaseToNpm: true,
jsiiVersion: '5.5',
jsiiTargetLanguages: [JsiiLanguage.PYTHON, JsiiLanguage.JAVA, JsiiLanguage.DOTNET],
private: false,
enablePRAutoMerge: true,
repositoryUrl: 'https://github.com/cdklabs/cdk-verified-permissions.git',
gitignore: [
'/.vscode/**',
],
publishToGo: {
moduleName: 'github.com/cdklabs/cdk-verified-permissions-go',
},
});
project.synth();
4 changes: 4 additions & 0 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c460674

Please sign in to comment.