Skip to content

fix(deps): update golang.org/x/exp digest to 944ab1f #1590

fix(deps): update golang.org/x/exp digest to 944ab1f

fix(deps): update golang.org/x/exp digest to 944ab1f #1590

Triggered via pull request October 10, 2025 19:46
Status Failure
Total duration 47s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint
issues found
lint: internal/gateway/retrieve.go#L95
v.GetVrf undefined (type vrfMetalGatewayWrapper has no field or method GetVrf) (typecheck)
lint: internal/gateway/retrieve.go#L82
cannot use vrfMetalGatewayWrapper{…} (value of type vrfMetalGatewayWrapper) as gatewayIsh value in return statement: vrfMetalGatewayWrapper does not implement gatewayIsh (missing method GetCreatedAt) (typecheck)
lint: internal/gateway/retrieve.go#L79
cannot use metalGatewayWrapper{…} (value of type metalGatewayWrapper) as gatewayIsh value in return statement: metalGatewayWrapper does not implement gatewayIsh (missing method GetCreatedAt) (typecheck)
lint: internal/gateway/retrieve.go#L55
cannot use (*vrfMetalGatewayWrapper)(nil) (value of type *vrfMetalGatewayWrapper) as gatewayIsh value in variable declaration: *vrfMetalGatewayWrapper does not implement gatewayIsh (missing method GetCreatedAt) (typecheck)
lint: internal/gateway/retrieve.go#L54
cannot use (*metalGatewayWrapper)(nil) (value of type *metalGatewayWrapper) as gatewayIsh value in variable declaration: *metalGatewayWrapper does not implement gatewayIsh (missing method GetCreatedAt) (typecheck)