Skip to content

Commit

Permalink
Update golangci-lint to v1.62.0 (#2265)
Browse files Browse the repository at this point in the history
Update gilangci-lint to v1.62.0
  • Loading branch information
AnkushinDaniil authored Nov 19, 2024
1 parent 6eb2b97 commit 226c571
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 @@ -90,7 +90,7 @@ install-mockgen:
go install go.uber.org/mock/mockgen@latest

install-golangci-lint:
@which golangci-lint || go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
@which golangci-lint || go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.62.0

lint: install-golangci-lint
golangci-lint run
Expand Down

0 comments on commit 226c571

Please sign in to comment.