Skip to content

Commit 94bc274

Browse files
Update dependency go to v1.26.5
1 parent 50f8223 commit 94bc274

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/NVIDIA/gpu-operator
22

3-
go 1.26.3
3+
go 1.26.5
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.3.0

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/NVIDIA/gpu-operator/tools
22

3-
go 1.26.0
3+
go 1.26.5
44

55
require (
66
github.com/jandelgado/gcov2lcov v1.1.1

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.3
2121

22-
GOLANG_VERSION ?= 1.26.4
22+
GOLANG_VERSION ?= 1.26.5
2323

2424
GOLANGCI_LINT_VERSION ?= v2.12.2
2525

0 commit comments

Comments
 (0)