Skip to content

Commit f9b5293

Browse files
authored
Merge pull request #1865 from NVIDIA/dependabot/docker/docker/golang-1.25.4
Bump golang from 1.25.3 to 1.25.4 in /docker
2 parents ff78e3d + 32ece27 commit f9b5293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG CUDA_SAMPLES_VERSION=12.9
1616

17-
FROM golang:1.25.3 AS builder
17+
FROM golang:1.25.4 AS builder
1818

1919
ARG GOPROXY="https://proxy.golang.org,direct"
2020
ENV GOPROXY=$GOPROXY

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
2020
VERSION ?= v25.10.0
2121

22-
GOLANG_VERSION ?= 1.25.2
22+
GOLANG_VERSION ?= 1.25.4
2323

2424
GOLANGCI_LINT_VERSION ?= v2.5.0
2525

0 commit comments

Comments
 (0)