Skip to content

C-WCOW: Update go vendoring #290

C-WCOW: Update go vendoring

C-WCOW: Update go vendoring #290

Triggered via push August 27, 2025 16:35
Status Failure
Total duration 3m 4s
Artifacts

ci.yml

on: push
Matrix: lint
test-linux
0s
test-linux
Matrix: test-windows
Matrix: integration-tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors
lint (linux)
issues found
lint (linux): pkg/securitypolicy/securitypolicyenforcer.go#L61
var osType is unused (unused)
lint (linux): pkg/securitypolicy/securitypolicy_marshal.go#L18
type marshalFunc is unused (unused)
lint (linux): pkg/securitypolicy/securitypolicy_linux.go#L15
ST1019(related information): other import of "github.com/Microsoft/hcsshim/internal/guest/spec" (staticcheck)
lint (linux): pkg/securitypolicy/securitypolicy_linux.go#L14
ST1019: package "github.com/Microsoft/hcsshim/internal/guest/spec" is being imported more than once (staticcheck)
lint (linux): pkg/securitypolicy/securitypolicyenforcer.go#L146
directive `// nolint` should be written without leading space as `//nolint` (nolintlint)
lint (linux): pkg/securitypolicy/securitypolicyenforcer.go#L141
directive `// nolint` should be written without leading space as `//nolint` (nolintlint)
lint (linux): pkg/securitypolicy/securitypolicyenforcer.go#L138
directive `// nolint` should be written without leading space as `//nolint` (nolintlint)
lint (windows)
issues found
lint (windows)
too many errors"
lint (windows): internal/windevice/devicequery_test.go#L120
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
lint (windows): internal/windevice/devicequery_test.go#L103
Error return value of `m.Disconnect` is not checked (errcheck)