Skip to content

Commit a3fa26a

Browse files
authored
Merge pull request #488 from NVIDIA/bump-go-1.25.4
Bump go version to 1.25.4
2 parents 78f4099 + 3d8487b commit a3fa26a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rhel9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE=nvcr.io/nvidia/cuda:13.0.1-base-ubi9
1+
ARG BASE_IMAGE=nvcr.io/nvidia/cuda:13.0.2-base-ubi9
22

33
FROM ${BASE_IMAGE} as build
44

ubuntu24.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE=ubuntu:noble-20250925
1+
ARG BASE_IMAGE=ubuntu:noble-20251001
22

33
FROM ${BASE_IMAGE} as build
44

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# DRIVER_VERSIONS contains latest version in all active datacenter branches
1616
DRIVER_VERSIONS ?= 535.274.02 570.195.03 580.95.05
1717

18-
GOLANG_VERSION := 1.25.2
18+
GOLANG_VERSION := 1.25.4

0 commit comments

Comments
 (0)