diff --git a/Makefile b/Makefile index 288f1701..7278bb18 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ GOLANGCILINT_TIMEOUT ?= 10m IMAGE_TAG ?= "" DCGM_VERSION := $(NEW_DCGM_VERSION) -GOLANG_VERSION := 1.23.7 +GOLANG_VERSION := 1.25.7 VERSION := $(NEW_EXPORTER_VERSION) FULL_VERSION := $(DCGM_VERSION)-$(VERSION) OUTPUT := type=oci,dest=/dev/null diff --git a/go.mod b/go.mod index 6396bd58..b7e0f370 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/NVIDIA/dcgm-exporter -go 1.23.0 +go 1.25.7 require ( github.com/NVIDIA/go-dcgm v0.0.0-20250401195952-7c92211ba301