File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,11 +219,11 @@ install-dev-tools:
219219 # ltag: main (2025-03-04)
220220 # go-licenses: v2.0.0-alpha.1 (2024-06-27)
221221 @cd $(MAKEFILE_DIR ) \
222+ && go install github.com/Shubhranshu153/go-licenses/v2@f8c503d1357dffb6c97ed3b94e912ab294dde24a \
222223 && go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@2b224c2cf4c9f261c22a16af7f8ca6408467f338 \
223224 && go install github.com/vbatts/git-validation@7b60e35b055dd2eab5844202ffffad51d9c93922 \
224225 && go install github.com/containerd/ltag@66e6a514664ee2d11a470735519fa22b1a9eaabd \
225- && go install github.com/google/go-licenses/v2@d01822334fba5896920a060f762ea7ecdbd086e8 \
226- && go install gotest.tools/gotestsum@ac6dad9c7d87b969004f7749d1942938526c9716
226+ && go install gotest.tools/gotestsum@0d9599e513d70e5792bb9334869f82f6e8b53d4d
227227 @echo " Remember to add \$ $HOME /go/bin to your path"
228228 $(call footer, $@ )
229229
Original file line number Diff line number Diff line change @@ -169,10 +169,10 @@ install-dev-tools:
169169 # ltag: main (2025-03-04)
170170 # go-licenses: v2.0.0-alpha.1 (2024-06-27)
171171 @cd $(MAKEFILE_DIR ) \
172+ && go install github.com/Shubhranshu153/go-licenses/v2@f8c503d1357dffb6c97ed3b94e912ab294dde24a \
172173 && go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@2b224c2cf4c9f261c22a16af7f8ca6408467f338 \
173174 && go install github.com/vbatts/git-validation@7b60e35b055dd2eab5844202ffffad51d9c93922 \
174175 && go install github.com/containerd/ltag@66e6a514664ee2d11a470735519fa22b1a9eaabd \
175- && go install github.com/google/go-licenses/v2@d01822334fba5896920a060f762ea7ecdbd086e8
176176 @echo " Remember to add \$ $HOME /go/bin to your path"
177177 $(call footer, $@ )
178178
You can’t perform that action at this time.
0 commit comments