Skip to content

Commit

Permalink
bump cuda base image and golang versions
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
  • Loading branch information
tariq1890 committed Feb 9, 2024
1 parent 1461ff9 commit fe5abe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ MODULE := github.com/NVIDIA/k8s-driver-manager

vVERSION := v$(VERSION:v%=%)

CUDA_VERSION := 12.3.0
GOLANG_VERSION ?= 1.20.2
CUDA_VERSION := 12.3.1
GOLANG_VERSION ?= 1.21.7

BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)
BUILDIMAGE ?= ghcr.io/nvidia/k8s-test-infra:$(BUILDIMAGE_TAG)

0 comments on commit fe5abe8

Please sign in to comment.