Skip to content

Commit

Permalink
Fix go version in go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Feb 12, 2024
1 parent ecd632b commit bd1276c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/NVIDIA/k8s-dra-driver

go 1.21.5

toolchain go1.21.6
go 1.21

replace (
k8s.io/api => k8s.io/api v0.29.1
Expand Down

0 comments on commit bd1276c

Please sign in to comment.