Skip to content

Commit

Permalink
Merge pull request #29 from NVIDIA/go-1.22.5
Browse files Browse the repository at this point in the history
Bump golang version to 1.22.5
  • Loading branch information
cdesiniotis authored Jul 15, 2024
2 parents 99a8ff2 + a72eb4e commit 526465c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MODULE := github.com/NVIDIA/k8s-driver-manager
vVERSION := v$(VERSION:v%=%)

CUDA_VERSION := 12.5.0
GOLANG_VERSION ?= 1.22.4
GOLANG_VERSION ?= 1.22.5

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

0 comments on commit 526465c

Please sign in to comment.