Skip to content

Commit

Permalink
Merge pull request #1162 from NVIDIA/upd-go-golangci-lint
Browse files Browse the repository at this point in the history
bump go to 1.23.4 and golangci-lint to 1.62.2
  • Loading branch information
tariq1890 authored Dec 12, 2024
2 parents 9afd674 + a17104a commit 26c6282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion validator/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
include $(CURDIR)/../versions.mk

CUDA_SAMPLES_VERSION ?= 11.7.1
GOLANG_VERSION ?= 1.23.3
GOLANG_VERSION ?= 1.23.4
4 changes: 2 additions & 2 deletions versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= v24.9.1

GOLANG_VERSION ?= 1.23.3
GOLANG_VERSION ?= 1.23.4

GOLANGCI_LINT_VERSION ?= v1.62.0
GOLANGCI_LINT_VERSION ?= v1.62.2

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

0 comments on commit 26c6282

Please sign in to comment.