Skip to content

Commit

Permalink
Merge pull request #308 from Gonfidel/gonfidel/golangci-lint-config-fix
Browse files Browse the repository at this point in the history
Fix golangci-lint config
  • Loading branch information
a-hilaly authored Feb 16, 2025
2 parents 565c298 + 1930df6 commit ab0004e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
deadline: 5m
timeout: 5m
allow-parallel-runners: true

issues:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ else
endif

GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
GOLANGCI_LINT_VERSION ?= v1.54.2
GOLANGCI_LINT_VERSION ?= v1.64.5
golangci-lint:
@[ -f $(GOLANGCI_LINT) ] || { \
set -e ;\
Expand Down

0 comments on commit ab0004e

Please sign in to comment.