feat: separate out language logic from moduleconfig #7868
Annotations
2 errors
Test:
internal/buildengine/languageplugin/go_plugin_test.go#L99
=== RUN TestGoConfigDefaults/../testdata/another
=== PAUSE TestGoConfigDefaults/../testdata/another
=== CONT TestGoConfigDefaults/../testdata/another
internal/buildengine/languageplugin/go_plugin_test.go:99: Expected values to be equal:
"**/*.go",
"go.mod",
"go.sum",
- "../../../../go-runtime/ftl/**/*.go",
"../../../../go-runtime/schema/testdata/**/*.go",
+ "../../../../go-runtime/ftl/**/*.go",
},
}
--- FAIL: TestGoConfigDefaults/../testdata/another (0.00s)
|
Test
Process completed with exit code 1.
|
Loading