Skip to content

Commit

Permalink
Update Makefile linter to same version as github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
IronGauntlets committed Jul 13, 2023
1 parent b673e0d commit 1fff2d6
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 @@ -42,7 +42,7 @@ install-mockgen:
go install github.com/golang/mock/mockgen@latest

install-golangci-lint:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3

lint:
@which golangci-lint || make install-golangci-lint
Expand Down

0 comments on commit 1fff2d6

Please sign in to comment.