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 c213bca commit 33ab73aCopy full SHA for 33ab73a
scripts/tools.mk
@@ -147,7 +147,7 @@ air: $(TOOLS_BIN)/air
147
MOCKERY_MOD:=github.com/vektra/mockery/v2
148
MOCKERY_VER:=$(call go_mod_ver,$(MOCKERY_MOD))
149
$(TOOLS_BIN)/mockery: $(TOOLS_DB)/mockery.$(MOCKERY_VER).$(GO_VER).ver
150
- $(call go_install,air,$(MOCKERY_MOD),$(MOCKERY_VER))
+ $(call go_install,mockery,$(MOCKERY_MOD),$(MOCKERY_VER))
151
152
.PHONY: mockery
153
mockery: $(TOOLS_BIN)/mockery
tools/go.mod
@@ -1,8 +1,6 @@
1
module github.com/moukoublen/pick/tools
2
3
-go 1.23
4
-
5
-toolchain go1.23.4
+go 1.23.5
6
7
// tools version goes here.
8
// this go.mod is not used to actually run the tools, only to store the version.
0 commit comments