Bump the go-packages group with 13 updates #1790
Annotations
16 errors and 1 warning
Lint:
internal/wt/handler.go#L10
could not import github.com/quic-go/webtransport-go (-: # github.com/quic-go/webtransport-go
|
Lint
unknown field Connection in struct literal of type http3.ClientConn, but does have unexported connection
|
Lint
unknown field EnableDatagrams in struct literal of type http3.ClientConn, but does have unexported enableDatagrams
|
Lint
unknown field StreamHijacker in struct literal of type http3.ClientConn
|
Lint
unknown field UniStreamHijacker in struct literal of type http3.ClientConn
|
Lint
rt.Start undefined (type *http3.ClientConn has no field or method Start)) (typecheck)
|
Lint:
internal/wt/handler.go#L16
undefined: webtransport (typecheck)
|
Lint:
internal/wt/transport.go#L18
undefined: webtransport (typecheck)
|
Lint:
internal/wt/transport.go#L19
undefined: webtransport (typecheck)
|
Lint:
main.go#L76
could not import github.com/quic-go/webtransport-go (-: # github.com/quic-go/webtransport-go
|
Test with Go 1.23.2
unknown field Connection in struct literal of type http3.ClientConn, but does have unexported connection
|
Test with Go 1.23.2
unknown field EnableDatagrams in struct literal of type http3.ClientConn, but does have unexported enableDatagrams
|
Test with Go 1.23.2
unknown field StreamHijacker in struct literal of type http3.ClientConn
|
Test with Go 1.23.2
unknown field UniStreamHijacker in struct literal of type http3.ClientConn
|
Test with Go 1.23.2
rt.Start undefined (type *http3.ClientConn has no field or method Start)
|
Test with Go 1.23.2
Process completed with exit code 2.
|
Test with Go 1.23.2
Restore cache failed: Dependencies file is not found in /home/runner/work/centrifugo/centrifugo. Supported file pattern: go.sum
|