We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005565d commit 7c766b7Copy full SHA for 7c766b7
.containerversion
@@ -1 +1 @@
1
-32
+33
Makefile
@@ -20,7 +20,7 @@ catch:
20
envinit:
21
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.64.8
22
go install github.com/vektra/mockery/v2@v2.46.0
23
- go install github.com/matryer/moq@v0.4.0
+ go install github.com/matryer/moq@v0.5.3
24
go install golang.org/x/tools/cmd/goimports@latest
25
$(MAKE) gomobileinit
26
gomobileinit:
0 commit comments