Skip to content

Commit dd5cf30

Browse files
Merge pull request #2453 from NVIDIA/backport-2450-to-release-26.3
[release-26.3] Bump Go to 1.26.3
2 parents 6f3406d + 104856f commit dd5cf30

2 files changed

Lines changed: 3 additions & 3 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.2 AS builder
17+
FROM golang:1.26.3 AS builder
1818

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

versions.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
2020
VERSION ?= v26.3.1
2121

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

24-
GOLANGCI_LINT_VERSION ?= v2.10.1
24+
GOLANGCI_LINT_VERSION ?= v2.12.2
2525

2626
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always 2> /dev/null || echo "")

0 commit comments

Comments
 (0)