We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff78e3d + 32ece27 commit f9b5293Copy full SHA for f9b5293
docker/Dockerfile
@@ -14,7 +14,7 @@
14
15
ARG CUDA_SAMPLES_VERSION=12.9
16
17
-FROM golang:1.25.3 AS builder
+FROM golang:1.25.4 AS builder
18
19
ARG GOPROXY="https://proxy.golang.org,direct"
20
ENV GOPROXY=$GOPROXY
versions.mk
@@ -19,7 +19,7 @@
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= v25.10.0
21
22
-GOLANG_VERSION ?= 1.25.2
+GOLANG_VERSION ?= 1.25.4
23
24
GOLANGCI_LINT_VERSION ?= v2.5.0
25
0 commit comments