Skip to content

Commit 7c7d011

Browse files
authored
Merge pull request #1672 from NVIDIA/bump-go-to-1.25
bump go to v1.25.1 and golangci-lint to v2.4.0
2 parents a78ae67 + f2653cd commit 7c7d011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 ?= v25.3.2
2121

22-
GOLANG_VERSION ?= 1.24.5
22+
GOLANG_VERSION ?= 1.25.1
2323

24-
GOLANGCI_LINT_VERSION ?= v2.1.6
24+
GOLANGCI_LINT_VERSION ?= v2.4.0
2525

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

0 commit comments

Comments
 (0)