Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 9, 2024
1 parent 786fcd1 commit 35abe7c
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 @@ -173,7 +173,7 @@ go-version:

go.sum: go.mod
@echo "Ensuring app dependencies have not been modified..."
# go mod verify // TODO: revisit
go mod verify
go mod tidy

verify:
Expand Down

0 comments on commit 35abe7c

Please sign in to comment.