Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion deployments/devel/go.mod
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down