$ go version
go version go1.11.1 linux/amd64
built version:
root@ubuntu18:/go/src/golang/go# ./bin/go version
go version devel +cb8054a6b6 Fri Mar 15 04:15:59 2019 +0000 linux/amd64
root@ubuntu18:/go/src/golang/go#
Does this issue reproduce with the latest release?
No. The issue is there with the upstream master.
What operating system and processor architecture are you using (go env)?
ok cmd/compile/internal/test 0.023s [no tests to run]
ok cmd/compile/internal/types 0.035s
--- FAIL: TestFuncWithDuplicateLines (3.26s)
cover_test.go:553: running [/go/src/golang/go/bin/go test -toolexec=/tmp/gotestcover178375904/toolexec.exe /tmp/gotestcover178375904/cover.exe -cover -covermode count -coverprofile /tmp/gotestcover178375904/linedup/linedup.out]
cover_test.go:553: go: cannot find main module; see 'go help modules'
cover_test.go:553: exit status 1
FAIL
FAIL cmd/cover 6.872s
ok cmd/doc 0.047s
ok cmd/fix 13.342s
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No. The issue is there with the upstream master.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
git clone https://github.com/golang/go.git && cd go/src && ./all.bash
What did you expect to see?
all the tests should have passed
What did you see instead?
The text was updated successfully, but these errors were encountered: