-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix(integration): create a new test dir per language #2413
Conversation
4203045
to
8c04531
Compare
jvm-runtime/java/scaffolding/go.mod
Outdated
@@ -0,0 +1,3 @@ | |||
module ignore | |||
|
|||
go 1.22.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just out of curiosity why is this necessary? I understand why you need it for the go scaffolding but I assumed this would not be needed for Java as there are no go files in the directory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ended up fixing this separately in #2414, I explained it in a bit more detail there.
8c04531
to
509d206
Compare
509d206
to
1356361
Compare
1356361
to
275c4fa
Compare
Fixes #2412