Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
bump golangci-lint version to v1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siredmar committed Mar 1, 2023
1 parent 7da2fde commit 0940782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makelib/golang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ endif

# We use a consistent version of golangci-lint to ensure everyone gets the same
# linters.
GOLANGCILINT_VERSION ?= 1.50.1
GOLANGCILINT_VERSION ?= 1.51.0
GOLANGCILINT := $(TOOLS_HOST_DIR)/golangci-lint-v$(GOLANGCILINT_VERSION)

GO_BIN_DIR := $(abspath $(OUTPUT_DIR)/bin)
Expand Down

0 comments on commit 0940782

Please sign in to comment.