Update dependencies #568
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
|