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
Debian 10.9 up to date
Initially go version 1.11, but tried upgrading to 1.16.4 with same result.
go get -u github.com/odeke-em/drive/drive-gen && drive-gen drive-google
produces these error messages:
src/golang.org/x/net/http2/client_conn_pool.go:305:6: undefined: errors.Is
src/golang.org/x/net/http2/server.go:234:72: undefined: tls.VersionTLS13
Obviously something is out of date compared to something else. Though I am a programmer, this is my first 'go' encounter so I don't know how to delve into this, and probably wouldn't know what pieces this drive program should be expecting anyway.
Anyone have an idea?
The text was updated successfully, but these errors were encountered:
Debian 10.9 up to date
Initially go version 1.11, but tried upgrading to 1.16.4 with same result.
go get -u github.com/odeke-em/drive/drive-gen && drive-gen drive-google
produces these error messages:
src/golang.org/x/net/http2/client_conn_pool.go:305:6: undefined: errors.Is
src/golang.org/x/net/http2/server.go:234:72: undefined: tls.VersionTLS13
Obviously something is out of date compared to something else. Though I am a programmer, this is my first 'go' encounter so I don't know how to delve into this, and probably wouldn't know what pieces this drive program should be expecting anyway.
Anyone have an idea?
The text was updated successfully, but these errors were encountered: