You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
richard@pet-instance-1:~/go/src/github.com/jetstack/navigator$ go test ./pkg/cassandra/nodetool/...
# github.com/jetstack/navigator/pkg/cassandra/nodetool_test
pkg/cassandra/nodetool/nodetool_test.go:336: ts.Client undefined (type *httptest.Server has no field or method Client)
FAIL github.com/jetstack/navigator/pkg/cassandra/nodetool [build failed]
? github.com/jetstack/navigator/pkg/cassandra/nodetool/client [no test files]
? github.com/jetstack/navigator/pkg/cassandra/nodetool/fake [no test files]
richard@pet-instance-1:~/go/src/github.com/jetstack/navigator$ go version
go version go1.8.3 linux/amd64
Not sure if we need to fix this.
Perhaps we should just document that we only support Navigator compiled with Go 1.9+
I'm happy to accept that you need Go 1.9+ to build, otherwise we're locking ourselves out of new features in the stdlib to support old and unused (by us) Go versions.
This is also only in tests, and it'd still be possible to build navigator itself with 1.8 anyway.
Not sure if we need to fix this.
Perhaps we should just document that we only support Navigator compiled with Go 1.9+
/kind bug
Noticed this while running
make test
from #242The text was updated successfully, but these errors were encountered: