Skip to content

go version bump-up #129

go version bump-up

go version bump-up #129

Triggered via pull request February 22, 2024 14:07
Status Failure
Total duration 1m 15s
Artifacts

linters.yaml

on: pull_request
golangci-lint
1m 6s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
golangci-lint: service/node.go#L615
File is not `gofumpt`-ed (gofumpt)
golangci-lint: service/service_test.go#L21
G108: Profiling endpoint is automatically exposed on /debug/pprof (gosec)
golangci-lint: service/service_test.go#L32
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
golangci-lint: service/step_handlers_test.go#L1138
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
golangci-lint: test/integration/integration_test.go#L123
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
golangci-lint: test/integration/integration_test.go#L135
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
golangci-lint: test/integration/step_defs_test.go#L722
File is not `gofumpt`-ed (gofumpt)
golangci-lint: test/integration/step_defs_test.go#L872
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
golangci-lint: test/integration/step_defs_test.go#L881
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
golangci-lint: test/integration/step_defs_test.go#L911
G204: Subprocess launched with a potential tainted input or cmd arguments (gosec)
golangci-lint: service/controller.go#L650
redefines-builtin-id: redefinition of the built-in type error (revive)
golangci-lint: service/controller.go#L653
redefines-builtin-id: redefinition of the built-in type error (revive)
golangci-lint: service/controller.go#L1286
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: service/controller.go#L1287
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: service/controller.go#L1471
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: service/controller.go#L1472
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: service/controller.go#L1879
unused-parameter: parameter 'vol' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: service/controller.go#L2071
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: service/controller.go#L2071
unused-parameter: parameter 'request' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: service/csi_extension_server.go#L92
var-naming: method getArrayIdsFromVolumes should be getArrayIDsFromVolumes (revive)