Skip to content

Commit

Permalink
Merge pull request #1221 from NVIDIA/bump-go-n-lint
Browse files Browse the repository at this point in the history
bump golang and golangci-lint to 1.23.5 and 1.63.4
  • Loading branch information
tariq1890 authored Jan 24, 2025
2 parents 864537a + b0ab0c9 commit 162fe72
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.4
GOLANG_VERSION ?= 1.23.5
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.2

GOLANG_VERSION ?= 1.23.4
GOLANG_VERSION ?= 1.23.5

GOLANGCI_LINT_VERSION ?= v1.63.2
GOLANGCI_LINT_VERSION ?= v1.63.4

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

0 comments on commit 162fe72

Please sign in to comment.