Skip to content

Commit

Permalink
fix: fix misspelling version number for mockery dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Feb 27, 2024
1 parent 4883162 commit 44f37d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ golang-base:
RUN export PATH="$PATH:$(go env GOPATH)/bin"

# install vektra/mockery
RUN go install github.com/vektra/mockery/v2@v2.42.2
RUN go install github.com/vektra/mockery/v2@v2.42.0

# install buf from source
RUN GO111MODULE=on GOBIN=/usr/local/bin go install github.com/bufbuild/buf/cmd/buf@v1.29.0
Expand Down

0 comments on commit 44f37d1

Please sign in to comment.