Skip to content

add socket options to fd #1294

add socket options to fd

add socket options to fd #1294

Triggered via pull request June 6, 2024 15:25
Status Failure
Total duration 3m 27s
Artifacts

release-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
release-test: pkg/protocols/common/protocolstate/state.go#L146
cannot use int(fd) (value of type int) as syscall.Handle value in argument to syscall.SetsockoptInt
release-test: pkg/protocols/common/protocolstate/state.go#L146
undefined: unix.SOL_SOCKET
release-test: pkg/protocols/common/protocolstate/state.go#L146
undefined: unix.SO_KEEPALIVE
release-test: pkg/protocols/common/protocolstate/state.go#L153
cannot use int(fd) (value of type int) as syscall.Handle value in argument to syscall.SetsockoptTimeval
release-test: pkg/protocols/common/protocolstate/state.go#L153
undefined: unix.SOL_SOCKET
release-test: pkg/protocols/common/protocolstate/state.go#L153
undefined: unix.SO_RCVTIMEO
release-test: pkg/protocols/common/protocolstate/state.go#L159
cannot use int(fd) (value of type int) as syscall.Handle value in argument to syscall.SetsockoptTimeval
release-test: pkg/protocols/common/protocolstate/state.go#L159
undefined: unix.SOL_SOCKET
release-test: pkg/protocols/common/protocolstate/state.go#L159
undefined: unix.SO_SNDTIMEO
release-test
The process '/opt/hostedtoolcache/goreleaser-action/2.0.0/x64/goreleaser' failed with exit code 1
release-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, goreleaser/goreleaser-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.