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

Commit

Permalink
Merge pull request #238 from ytsarev/bump-golangci-lint
Browse files Browse the repository at this point in the history
Bump golangci-lint to v1.54.0
  • Loading branch information
ezgidemirel committed Aug 14, 2023
2 parents bd5297b + 7e8de05 commit a6e25af
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.53.3
GOLANGCILINT_VERSION ?= 1.54.0
GOLANGCILINT := $(TOOLS_HOST_DIR)/golangci-lint-v$(GOLANGCILINT_VERSION)

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

0 comments on commit a6e25af

Please sign in to comment.