Skip to content

Commit

Permalink
πŸ’š ci(linter): update verison of golang linter >>> ⏰ 5m
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalangel committed Sep 14, 2024
1 parent 0f9141d commit 12431ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ strip:
tools:
go mod tidy
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
sh -s -- -b $(CURDIR)/bin v1.55.2
sh -s -- -b $(CURDIR)/bin v1.61.0

go get golang.org/x/tools/cmd/goimports
go install github.com/kisielk/errcheck@latest

Expand Down

0 comments on commit 12431ad

Please sign in to comment.