chore: update x/net version #114
Annotations
3 errors and 1 warning
Run reviewdog/action-staticcheck@v1:
client.go#L58
[staticcheck] reported by reviewdog 🐶
missing go.sum entry for module providing package golang.org/x/net/http/httpguts (imported by github.com/hertz-contrib/http2); to add:
go get github.com/hertz-contrib/http2
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"missing go.sum entry for module providing package golang.org/x/net/http/httpguts (imported by github.com/hertz-contrib/http2); to add:\n\tgo get github.com/hertz-contrib/http2","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"client.go","range":{"start":{"line":58,"column":2}}},"severity":"ERROR"}
|
Run reviewdog/action-staticcheck@v1:
client_test.go#L59
[staticcheck] reported by reviewdog 🐶
missing go.sum entry for module providing package golang.org/x/net/http2 (imported by github.com/hertz-contrib/http2); to add:
go get -t github.com/hertz-contrib/http2
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"missing go.sum entry for module providing package golang.org/x/net/http2 (imported by github.com/hertz-contrib/http2); to add:\n\tgo get -t github.com/hertz-contrib/http2","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"client_test.go","range":{"start":{"line":59,"column":2}}},"severity":"ERROR"}
|
Run reviewdog/action-staticcheck@v1
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading