Skip to content

Commit

Permalink
bump golang and golangci-lint to 1.23.5 and 1.63.4
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Jan 22, 2025
1 parent 659877a commit b0ab0c9
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.1

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 b0ab0c9

Please sign in to comment.