Skip to content

Commit 1c0a193

Browse files
crobert-1MovieStoreGuy
authored andcommitted
[chore] Bump github.com/opencontainers/runc from 1.1.13 to 1.1.14 in /cmd/otelcontribcol (open-telemetry#35062)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> This re-applies open-telemetry#34991 (with the additional dep bump in the `awscontainerinsights` receiver). It looks like the `runc` dependency was downgraded in open-telemetry#35019, but I'm not sure if the downgrade was **required** there. This should resolve a [failing CI/CD action](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/10745988978/job/29806095602#step:6:391) on `main`. --------- Co-authored-by: Sean Marciniak <[email protected]>
1 parent 5481eed commit 1c0a193

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cmd/otelcontribcol/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ require (
673673
github.com/open-telemetry/otel-arrow v0.26.0 // indirect
674674
github.com/opencontainers/go-digest v1.0.0 // indirect
675675
github.com/opencontainers/image-spec v1.1.0 // indirect
676-
github.com/opencontainers/runc v1.1.13 // indirect
676+
github.com/opencontainers/runc v1.1.14 // indirect
677677
github.com/opencontainers/runtime-spec v1.2.0 // indirect
678678
github.com/opencontainers/selinux v1.10.0 // indirect
679679
github.com/opensearch-project/opensearch-go/v2 v2.3.0 // indirect

cmd/otelcontribcol/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/awscontainerinsightreceiver/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ require (
9191
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.108.0 // indirect
9292
github.com/opencontainers/go-digest v1.0.0 // indirect
9393
github.com/opencontainers/image-spec v1.0.2 // indirect
94-
github.com/opencontainers/runc v1.1.13 // indirect
94+
github.com/opencontainers/runc v1.1.14 // indirect
9595
github.com/opencontainers/runtime-spec v1.2.0 // indirect
9696
github.com/opencontainers/selinux v1.10.0 // indirect
9797
github.com/openshift/api v3.9.0+incompatible // indirect

receiver/awscontainerinsightreceiver/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)