Skip to content

Commit

Permalink
make sure we update the vendor folder after updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Jan 6, 2024
1 parent 21fef15 commit 2f55c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ mockery:
.PHONY: update
update:
go get -u ./...
go mod vendor

.PHONY: snapshot
snapshot:
Expand Down

0 comments on commit 2f55c11

Please sign in to comment.