Skip to content

Commit 03b7238

Browse files
committed
bump golang to 1.26.2
Signed-off-by: Rahul Sharma <rahulsharm@nvidia.com>
1 parent b0d0c16 commit 03b7238

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.26.1 AS builder
17+
FROM golang:1.26.2 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 ?= v26.3.0
2121

22-
GOLANG_VERSION ?= 1.26.1
22+
GOLANG_VERSION ?= 1.26.2
2323

2424
GOLANGCI_LINT_VERSION ?= v2.10.1
2525

0 commit comments

Comments
 (0)