Skip to content

add unix datagram socket support #26

add unix datagram socket support

add unix datagram socket support #26

Re-run triggered October 28, 2024 16:55
Status Failure
Total duration 2m 34s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/runtime/time.go#L204
cannot range over 3 (untyped int constant) (typecheck)
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/syscall/syscall_unix.go#L66
m.Lock undefined (type *mmapper has no field or method Lock) (typecheck)
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/syscall/syscall_unix.go#L67
m.Unlock undefined (type *mmapper has no field or method Unlock) (typecheck)
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/syscall/syscall_unix.go#L79
m.Lock undefined (type *mmapper has no field or method Lock) (typecheck)
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/syscall/syscall_unix.go#L80
m.Unlock undefined (type *mmapper has no field or method Unlock) (typecheck)
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/internal/fmtsort/sort.go#L79
cannot infer T (/opt/hostedtoolcache/go/1.23.2/x64/src/cmp/cmp.go:40:14) (typecheck)
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/internal/fmtsort/sort.go#L81
cannot infer T (/opt/hostedtoolcache/go/1.23.2/x64/src/cmp/cmp.go:40:14) (typecheck)
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/internal/fmtsort/sort.go#L83
cannot infer T (/opt/hostedtoolcache/go/1.23.2/x64/src/cmp/cmp.go:40:14) (typecheck)
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/reflect/iter.go#L67
cannot range over v.Len() (value of type int) (typecheck)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/