Skip to content

Commit

Permalink
Bump 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 Jan 15, 2025
1 parent 8e42352 commit 4566e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/NVIDIA/nvidia-container-toolkit

go 1.20
go 1.22.0

require (
github.com/NVIDIA/go-nvlib v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ github.com/urfave/cli/v2
## explicit; go 1.15
github.com/xrash/smetrics
# golang.org/x/mod v0.22.0
## explicit; go 1.22
## explicit; go 1.22.0
golang.org/x/mod/semver
# golang.org/x/sys v0.24.0
## explicit; go 1.18
Expand Down

0 comments on commit 4566e41

Please sign in to comment.