container-storage-interface / spec

Container Storage Interface (CSI) Specification.
Apache License 2.0
1.34k stars 373 forks source link

Go 1.10.4 build fails with undef imports in http2 pkg #481

Closed chrishenzie closed 3 years ago

chrishenzie commented 3 years ago

Recent Travis CI builds for Go 1.10.4 fail with the following errors:

# golang.org/x/net/http2
../../golang.org/x/net/http2/client_conn_pool.go:305:6: undefined: errors.Is
../../golang.org/x/net/http2/server.go:234:72: undefined: tls.VersionTLS13

See here and here for sample failures.

gnufied commented 3 years ago

It should be fixed by https://github.com/container-storage-interface/spec/pull/435 when it merges.

chrishenzie commented 3 years ago

Fixed, thank you!