Skip to content

Commit

Permalink
Merge pull request #119 from kaleido-io/golangci-lint
Browse files Browse the repository at this point in the history
Update golangci-lint
  • Loading branch information
peterbroadhurst authored Jan 16, 2024
2 parents f68b575 + 25ea61a commit da45c46
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 @@ -21,7 +21,7 @@ lint: ${LINT}
${MOCKERY}:
$(VGO) install github.com/vektra/mockery/v2@latest
${LINT}:
$(VGO) install github.com/golangci/golangci-lint/cmd/[email protected].0
$(VGO) install github.com/golangci/golangci-lint/cmd/[email protected].2
dbmigrate:
$(eval DBMIGRATE_PATH := $(shell $(VGO) list -f '{{.Dir}}' github.com/golang-migrate/migrate/v4/database))

Expand Down

0 comments on commit da45c46

Please sign in to comment.