-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Labels
Milestone
Description
Currently the Go target has some problems that prevented from passing tests. @Joakker and @prnvbn have agreed to help with the Go target so let's see if we can fix that first and then come back to #2504
Here's a link to the failing appveyor for Go:
...
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.antlr.v4.test.runtime.go.TestCompositeLexers
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.406 sec <<< FAILURE! - in org.antlr.v4.test.runtime.go.TestCompositeLexers
org.antlr.v4.test.runtime.go.TestCompositeLexers Time elapsed: 0.406 sec <<< ERROR!
java.lang.Exception:
Non-zero exit while caching go runtime, output: go: go.mod file not found in current directory or any parent directory; see 'go help modules'
at org.antlr.v4.test.runtime.go.TestCompositeLexers.groupSetUp(TestCompositeLexers.java:24)
...
Seems go.mod
is missing whatever that is!