datadog-agent
datadog-agent copied to clipboard
remove v1.History from serverless build
What does this PR do?
remove github.com/opencontainers/image-spec/specs-go/v1 from the serverless build
(causing 3ms INIT time duration overhead)
Motivation
Additional Notes
Possible Drawbacks / Trade-offs
Describe how to test/QA your changes
Go Package Import Differences
Baseline: 80c91901b4782669b2ca40ca05320e1a14f9df2b Comparison: d69401baf92983c5933eb4ee468bf955439c05fa
| binary | os | arch | change |
|---|---|---|---|
| serverless | linux | amd64 | +0, -3
-github.com/opencontainers/go-digest
-github.com/opencontainers/image-spec/specs-go
-github.com/opencontainers/image-spec/specs-go/v1
|
| serverless | linux | arm64 | +0, -3
-github.com/opencontainers/go-digest
-github.com/opencontainers/image-spec/specs-go
-github.com/opencontainers/image-spec/specs-go/v1
|