Skip to content

Commit

Permalink
[ISSUE-47] update version of linter
Browse files Browse the repository at this point in the history
  • Loading branch information
siller174 committed Nov 14, 2023
1 parent 79e70fc commit 0d0b045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LOCAL_BIN:=$(CURDIR)/bin
##################### GOLANG-CI RELATED CHECKS #####################
# Check global GOLANGCI-LINT
GOLANGCI_BIN:=$(LOCAL_BIN)/golangci-lint
GOLANGCI_TAG:=1.42.1
GOLANGCI_TAG:=1.54.2

# Check local bin version
ifneq ($(wildcard $(GOLANGCI_BIN)),)
Expand Down

0 comments on commit 0d0b045

Please sign in to comment.