We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3c5c6 commit 8842fafCopy full SHA for 8842faf
go.mod
@@ -1,6 +1,7 @@
1
module github.com/NVIDIA/k8s-kata-manager
2
3
-go 1.22.0
+go 1.23.0
4
+
5
toolchain go1.23.5
6
7
require (
versions.mk
@@ -20,7 +20,7 @@ REGISTRY ?= nvcr.io/nvidia
20
21
vVERSION := v$(VERSION:v%=%)
22
23
-GOLANG_VERSION ?= 1.22.8
+GOLANG_VERSION ?= 1.23.5
24
25
BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)
26
BUILDIMAGE ?= ghcr.io/nvidia/k8s-test-infra:$(BUILDIMAGE_TAG)
0 commit comments