mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
Merge pull request #721 from NVIDIA/devel-check-modules
add go modules check for deployments/devel
This commit is contained in:
commit
6ca2700a17
4
.github/workflows/golang.yaml
vendored
4
.github/workflows/golang.yaml
vendored
@ -49,7 +49,9 @@ jobs:
|
||||
args: -v --timeout 5m
|
||||
skip-cache: true
|
||||
- name: Check golang modules
|
||||
run: make check-vendor
|
||||
run: |
|
||||
make check-vendor
|
||||
make -C deployments/devel check-modules
|
||||
test:
|
||||
name: Unit test
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -1,6 +1,7 @@
|
||||
module github.com/NVIDIA/k8s-device-plugin/deployments/devel
|
||||
|
||||
go 1.22.1
|
||||
go 1.23
|
||||
|
||||
toolchain go1.23.1
|
||||
|
||||
require (
|
||||
|
Loading…
Reference in New Issue
Block a user