bump golang version to 1.22.2

Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
This commit is contained in:
Tariq Ibrahim 2024-04-11 15:16:36 -07:00
parent 7a9bc14d98
commit fb0ee2b26c
No known key found for this signature in database
GPG Key ID: AEDD3B96A0525AD3
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/NVIDIA/nvidia-container-toolkit
go 1.20
go 1.22.2
require (
github.com/NVIDIA/go-nvlib v0.2.0

View File

@ -27,7 +27,7 @@ PACKAGE_REVISION := 1
NVIDIA_DOCKER_VERSION := 2.14.0
NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
GOLANG_VERSION := 1.22.1
GOLANG_VERSION := 1.22.2
BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)
BUILDIMAGE ?= ghcr.io/nvidia/k8s-test-infra:$(BUILDIMAGE_TAG)