Skip to content

Commit f561025

Browse files
author
Eugene Cheung
authored
fix: use proper module name for go module (#214)
Addressing [build failure](https://github.com/cdklabs/cdk-monitoring-constructs/runs/7810695971?check_suite_focus=true). --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_
1 parent a97d9c3 commit f561025

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.projenrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
3838
},
3939
// Artifact config: Go
4040
publishToGo: {
41-
moduleName: "github.com/cdklabs/cdkmonitoringconstructs",
41+
moduleName: "github.com/cdklabs/cdk-monitoring-constructs",
4242
},
4343

4444
// Auto approval config

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)