Skip to content

Commit 7c766b7

Browse files
committed
chore: upgrade moq to v0.5.3
1 parent 005565d commit 7c766b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.containerversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
32
1+
33

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ catch:
2020
envinit:
2121
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.64.8
2222
go install github.com/vektra/mockery/v2@v2.46.0
23-
go install github.com/matryer/moq@v0.4.0
23+
go install github.com/matryer/moq@v0.5.3
2424
go install golang.org/x/tools/cmd/goimports@latest
2525
$(MAKE) gomobileinit
2626
gomobileinit:

0 commit comments

Comments
 (0)