chore(deps): fix build breakage from runtime-spec v1.3.0 LinuxPids.Limit type change#86
Closed
Copilot wants to merge 4 commits intodependabot/go_modules/github.com/opencontainers/runtime-spec-1.3.0from
Closed
Conversation
Bumps [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/opencontainers/runtime-spec/releases) - [Changelog](https://github.com/opencontainers/runtime-spec/blob/main/ChangeLog) - [Commits](opencontainers/runtime-spec@v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: github.com/opencontainers/runtime-spec dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dottorblaster <20770+dottorblaster@users.noreply.github.com>
…ec v1.3.0 compatibility Co-authored-by: dottorblaster <20770+dottorblaster@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] chore(deps): bump github.com/opencontainers/runtime-spec to 1.3.0
chore(deps): fix build breakage from runtime-spec v1.3.0 Mar 13, 2026
LinuxPids.Limit type change
db67fcc to
4c941ce
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
runtime-specv1.3.0 changedLinuxPids.Limitfromint64to*int64, breaking compilation in two dependencies that assigned non-pointer values to this field.Changes
Migrate
containerdv1 → v2:containerdv1.7.x never backported the*int64fix. Updatedinternal/containerd/containerd.goto usegithub.com/containerd/containerd/v2import paths (/v2/client,/v2/pkg/cio,/v2/pkg/namespaces,/v2/pkg/oci).Update
runtime-tools: Bumped indirect dep fromv0.9.1-0.20250523060157-0ea5ed0382a2tov0.9.1-0.20251205004911-5e639034dcdc, which includes the upstream fix (Pids.Limit = &limit).Before (broken with
runtime-specv1.3.0):After (fixed in both
containerd/v2and updatedruntime-tools):💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.