Skip to content

Integrate deployment metadata service for locking and state #4254

Integrate deployment metadata service for locking and state

Integrate deployment metadata service for locking and state #4254

Triggered via pull request April 1, 2026 09:18
Status Failure
Total duration 2m 11s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: libs/testserver/deployment_metadata.go#L80
string-format: fmt.Sprintf can be replaced with string concatenation (perfsprint)
lint: bundle/phases/deploy_metadata.go#L102
string-format: fmt.Sprintf can be replaced with string concatenation (perfsprint)
lint: libs/tmpdms/types.go#L12
File is not properly formatted (gofumpt)
lint: bundle/phases/deploy_metadata.go#L168
File is not properly formatted (gofumpt)
lint: bundle/direct/pkg.go#L44
File is not properly formatted (gofumpt)
lint: libs/tmpdms/types.go#L22
File is not properly formatted (gofmt)
lint: libs/testserver/deployment_metadata.go#L201
File is not properly formatted (gofmt)
lint: bundle/phases/deploy_metadata.go#L129
ruleguard: Do not use context.Background(); use t.Context() in tests or pass context from caller (gocritic)
lint: bundle/config/workspace.go#L199
use of `os.Getenv` forbidden because "Use env.Get(ctx) from the libs/env package instead of os.Getenv." (forbidigo)
lint: libs/testserver/deployment_metadata.go#L319
missing cases in switch of type tmpdms.VersionComplete: tmpdms.VersionCompleteUnspecified (exhaustive)