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 0dc98ef + a35d8a1 commit 6df56c0Copy full SHA for 6df56c0
2 files changed
docker/Dockerfile
@@ -14,7 +14,7 @@
14
15
ARG CUDA_SAMPLES_VERSION=12.9
16
17
-FROM golang:1.26.2 AS builder
+FROM golang:1.26.3 AS builder
18
19
ARG GOPROXY="https://proxy.golang.org,direct"
20
ENV GOPROXY=$GOPROXY
versions.mk
@@ -19,8 +19,8 @@
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= v26.3.1
21
22
-GOLANG_VERSION ?= 1.26.2
+GOLANG_VERSION ?= 1.26.3
23
24
-GOLANGCI_LINT_VERSION ?= v2.10.1
+GOLANGCI_LINT_VERSION ?= v2.12.2
25
26
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always 2> /dev/null || echo "")
0 commit comments