chore: Go 1.27 toolchain, lint fixes, go fix modernization #2013
ci.yml
on: pull_request
go-check
/
Build & Test
2m 3s
go-check
/
golangci-lint
1m 39s
go-check
/
govulncheck
45s
go-check
/
gosec
1m 25s
go-check
/
Smoke Tests (fast feedback)
1m 27s
go-check
/
Fuzz (corpus replay)
1m 1s
go-check
/
License Scan
56s
go-check
/
Integration Tests
1m 49s
go-check
/
E2E Tests
1m 28s
Annotations
8 errors
|
go-check / golangci-lint
issues found
|
|
go-check / golangci-lint:
core/resilience.go#L307
directive `//nolint:goconst // metrics map key — coincidental collision with other "name" literals` is unused for linter "goconst" (nolintlint)
|
|
go-check / golangci-lint:
core/docker_sdk_provider.go#L400
directive `//nolint:goconst // Docker SDK filter key — coincidental collision with other "name" string literals` is unused for linter "goconst" (nolintlint)
|
|
go-check / golangci-lint:
config/validator.go#L394
directive `//nolint:goconst // see comment above switch` is unused for linter "goconst" (nolintlint)
|
|
go-check / golangci-lint:
config/validator.go#L390
directive `//nolint:goconst // see comment above switch` is unused for linter "goconst" (nolintlint)
|
|
go-check / golangci-lint:
cli/docker-labels.go#L530
directive `//nolint:goconst // Docker labels are stringly-typed — value is the literal "true"` is unused for linter "goconst" (nolintlint)
|
|
go-check / golangci-lint:
cli/config_webhook.go#L408
directive `//nolint:goconst // matches gcfg:"secret" struct tag — Go syntax requires literal in tag` is unused for linter "goconst" (nolintlint)
|
|
go-check / golangci-lint:
cli/doctor_docker_timeout_test.go#L89
File is not properly formatted (gofumpt)
|