Skip to content

Commit

Permalink
Update golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <[email protected]>
  • Loading branch information
nguyer committed Jan 11, 2024
1 parent 9320caf commit bfc1e44
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 @@ -22,7 +22,7 @@ lint: ${LINT}
${MOCKERY}:
$(VGO) install github.com/vektra/mockery/v2@latest
${LINT}:
$(VGO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.47.3
$(VGO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.2


define makemock
Expand Down

0 comments on commit bfc1e44

Please sign in to comment.