Skip to content

Update dependencies #568

Update dependencies

Update dependencies #568

Re-run triggered December 19, 2024 08:54
Status Failure
Total duration 23s
Artifacts

lint.yml

on: pull_request
golangci-lint
10s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
golangci-lint: dhcpv6/dhcpv6message.go#L31
impossible type assertion: opt.(*optClientArchType)
golangci-lint: dhcpv6/option_archtype.go#L14
cannot use &optClientArchType{…} (value of type *optClientArchType) as Option value in return statement: *optClientArchType does not implement Option (missing method ToBytes) (typecheck)
golangci-lint: dhcpv6/options.go#L98
cannot use &optClientArchType{} (value of type *optClientArchType) as Option value in assignment: *optClientArchType does not implement Option (missing method ToBytes) (typecheck)
golangci-lint
issues found
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636