File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ ARG GOMODJAIL_VERSION=v0.1.2@0a86b34442a491fa8f5e4565e9c846fce310239c
47
47
ARG GO_VERSION=1.24
48
48
ARG UBUNTU_VERSION=24.04
49
49
ARG CONTAINERIZED_SYSTEMD_VERSION=v0.1.1
50
- ARG GOTESTSUM_VERSION=v1.12.2
50
+ ARG GOTESTSUM_VERSION=0d9599e513d70e5792bb9334869f82f6e8b53d4d
51
51
ARG NYDUS_VERSION=v2.3.1
52
52
ARG SOCI_SNAPSHOTTER_VERSION=0.9.0
53
53
ARG KUBO_VERSION=v0.34.1
Original file line number Diff line number Diff line change @@ -219,11 +219,11 @@ install-dev-tools:
219
219
# ltag: main (2025-03-04)
220
220
# go-licenses: v2.0.0-alpha.1 (2024-06-27)
221
221
@cd $(MAKEFILE_DIR ) \
222
+ && go install github.com/Shubhranshu153/go-licenses/v2@f8c503d1357dffb6c97ed3b94e912ab294dde24a \
222
223
&& go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@2b224c2cf4c9f261c22a16af7f8ca6408467f338 \
223
224
&& go install github.com/vbatts/git-validation@7b60e35b055dd2eab5844202ffffad51d9c93922 \
224
225
&& 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
227
227
@echo " Remember to add \$ $HOME /go/bin to your path"
228
228
$(call footer, $@ )
229
229
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ install-dev-tools:
172
172
&& go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@2b224c2cf4c9f261c22a16af7f8ca6408467f338 \
173
173
&& go install github.com/vbatts/git-validation@7b60e35b055dd2eab5844202ffffad51d9c93922 \
174
174
&& go install github.com/containerd/ltag@66e6a514664ee2d11a470735519fa22b1a9eaabd \
175
- && go install github.com/google /go-licenses/v2@d01822334fba5896920a060f762ea7ecdbd086e8
175
+ && go install github.com/Shubhranshu153 /go-licenses/v2@f8c503d1357dffb6c97ed3b94e912ab294dde24a
176
176
@echo " Remember to add \$ $HOME /go/bin to your path"
177
177
$(call footer, $@ )
178
178
You can’t perform that action at this time.
0 commit comments