Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps github.com/matryer/moq from 0.5.3 to 0.6.0.

Release notes

Sourced from github.com/matryer/moq's releases.

v0.6.0

What's Changed

New Contributors

Full Changelog: matryer/moq@v0.5.3...v0.6.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/matryer/moq](https://github.com/matryer/moq) from 0.5.3 to 0.6.0.
- [Release notes](https://github.com/matryer/moq/releases)
- [Changelog](https://github.com/matryer/moq/blob/main/.goreleaser.yml)
- [Commits](matryer/moq@v0.5.3...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/matryer/moq
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Issue/PR Pull about a dependency file label Sep 1, 2025
Copy link

copy-pr-bot bot commented Sep 1, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 17384151290

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 35.811%

Totals Coverage Status
Change from base Build 17331529437: 0.0%
Covered Lines: 4669
Relevant Lines: 13038

💛 - Coveralls

@@ -1,10 +1,8 @@
module github.com/NVIDIA/k8s-device-plugin/deployments/devel

go 1.24
go 1.25
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not mentioned on the PR description

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description shows:

Commits
66a9334 Bump go version {1.24 => 1.25} (#236)

@ArangoGutierrez
Copy link
Collaborator

tested that make generate is not broken

❯ BUILD_IMAGE=nvidia-container-toolkit:devel-go1.25.1 make docker-generate
Running 'make generate' in container image nvidia-container-toolkit:devel-go1.25.1
docker run \
                --rm \
                -e GOCACHE=/tmp/.cache/go \
                -e GOMODCACHE=/tmp/.cache/gomod \
                -e GOLANGCI_LINT_CACHE=/tmp/.cache/golangci-lint \
                -v /Users/eduardoa/src/github/nvidia/nvidia-container-toolkit:/work \
                -w /work \
                --user $(id -u):$(id -g) \
                nvidia-container-toolkit:devel-go1.25.1 \
                        make generate
go generate github.com/NVIDIA/nvidia-container-toolkit/...

@ArangoGutierrez
Copy link
Collaborator

There's no need to trigger E2E for reviewing/approving this PR

@elezar elezar merged commit d8c9ff9 into main Sep 8, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/deployments/devel/main/github.com/matryer/moq-0.6.0 branch September 8, 2025 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issue/PR Pull about a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants