-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: Bump go-nvlib to 0.6.1 and nvidia-container-toolkit to 1.16.1 #1540
build: Bump go-nvlib to 0.6.1 and nvidia-container-toolkit to 1.16.1 #1540
Conversation
The src/go.sum file was updated with 'go mod tidy'. containers#1539
The src/go.sum file was updated with 'go mod tidy'. containers#1539
The src/go.sum file was updated with 'go mod tidy'. containers#1539
Note that github.com/NVIDIA/go-nvlib > 0.2.0 isn't API compatible with github.com/NVIDIA/nvidia-container-toolkit 1.15.0. The next release of nvidia-container-toolkit is 1.16.0 and it requires go-nvlib 0.6.0. Therefore, these two Go modules need to be updated together. The src/go.sum file was updated with 'go mod tidy'. containers#1540
4de950a
to
649d02f
Compare
The src/go.sum file was updated with 'go mod tidy'. containers#1540
Build succeeded. ✔️ unit-test SUCCESS in 5m 41s |
Build failed. ✔️ unit-test SUCCESS in 6m 04s |
recheck |
Build succeeded. ✔️ unit-test SUCCESS in 4m 58s |
The src/go.sum file was updated with 'go mod tidy'. containers#1540
Build succeeded. ✔️ unit-test SUCCESS in 5m 26s |
Note that
github.com/NVIDIA/go-nvlib
> 0.2.0 isn't API compatible withgithub.com/NVIDIA/nvidia-container-toolkit
1.15.0. The next release ofnvidia-container-toolkit
is 1.16.0 and it requiresgo-nvlib
0.6.0.Therefore, these two Go modules need to be updated together.
The src/go.sum file was updated with
go mod tidy
.