Skip to content

Commit

Permalink
Merge pull request #5 from tariq1890/bumo-cuda-go
Browse files Browse the repository at this point in the history
bump cuda base image and golang versions
  • Loading branch information
tariq1890 authored Feb 28, 2024
2 parents b199e94 + 0e420a8 commit 9a0375b
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.5

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

0 comments on commit 9a0375b

Please sign in to comment.