chore(deps): update module golang.org/x/crypto to v0.18.0 #3289
push_pr.yaml
on: push
Matrix: Build integration for
Static analysis and linting
1m 22s
Codespell
11s
Matrix: Helm chart Lint
Run tests
1m 33s
Annotations
10 errors
Static analysis and linting:
internal/testutil/testutil.go#L11
Comment should end in a period (godot)
|
Static analysis and linting:
internal/testutil/integration.go#L14
integrationMutex is a global variable (gochecknoglobals)
|
Static analysis and linting:
internal/testutil/integration.go#L18
test helper function should start from t.Helper() (thelper)
|
Static analysis and linting:
internal/testutil/k8s.go#L100
error returned from external package is unwrapped: sig: func k8s.io/apimachinery/pkg/util/yaml.Unmarshal(data []byte, v interface{}) error (wrapcheck)
|
Static analysis and linting:
src/network/interfaces_linux.go#L46
Comment should end in a period (godot)
|
Static analysis and linting:
src/network/interfaces_linux.go#L36
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Can't access %s\", routeFile)" (goerr113)
|
Static analysis and linting:
src/network/interfaces_linux.go#L57
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid linux route file: %s\", route)" (goerr113)
|
Static analysis and linting:
src/network/interfaces_linux.go#L64
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid row '%s' in route file\", row)" (goerr113)
|
Static analysis and linting:
src/network/interfaces_linux.go#L80
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"couldn't find interface with default destination\")" (goerr113)
|
Static analysis and linting:
src/network/interfaces_linux_test.go#L11
Function TestDefaultInterface missing the call to method parallel
|