We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10bafd1 + 0d626cf commit 6ca2700Copy full SHA for 6ca2700
.github/workflows/golang.yaml
@@ -49,7 +49,9 @@ jobs:
49
args: -v --timeout 5m
50
skip-cache: true
51
- name: Check golang modules
52
- run: make check-vendor
+ run: |
53
+ make check-vendor
54
+ make -C deployments/devel check-modules
55
test:
56
name: Unit test
57
runs-on: ubuntu-latest
deployments/devel/go.mod
@@ -1,6 +1,7 @@
1
module github.com/NVIDIA/k8s-device-plugin/deployments/devel
2
3
-go 1.22.1
+go 1.23
4
+
5
toolchain go1.23.1
6
7
require (
0 commit comments