Skip to content

Commit

Permalink
chore(dependencies): Change mockery version (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorneanu authored Feb 19, 2025
1 parent 1e0b61a commit 9448c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /go/src/github.com/cloudoperators/heureka
ADD . .

# generate mock code files
RUN go install github.com/vektra/mockery/v2@v2.46.3
RUN go install github.com/vektra/mockery/v2@v2.52.2
RUN mockery
# generate graphql code
RUN cd internal/api/graphql && go run github.com/99designs/gqlgen generate
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ mockery: install-build-dependencies
mockery

install-build-dependencies:
go install github.com/vektra/mockery/v2@v2.46.3
go install github.com/vektra/mockery/v2@v2.52.2
go install github.com/onsi/ginkgo/v2/ginkgo
go install github.com/99designs/gqlgen

Expand Down

0 comments on commit 9448c95

Please sign in to comment.