File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -106,20 +106,20 @@ else
106106endif
107107
108108$(FC_TEST_BIN_PATH ) /ptp :
109- GO111MODULE=off GOBIN=$(abspath $(FC_TEST_BIN_PATH ) ) \
110- go get github.com/containernetworking/plugins/plugins/main/ptp
109+ GO111MODULE=on GOBIN=$(abspath $(FC_TEST_BIN_PATH ) ) \
110+ go get github.com/containernetworking/plugins/plugins/main/ptp@v1.1.1
111111
112112$(FC_TEST_BIN_PATH ) /host-local :
113- GO111MODULE=off GOBIN=$(abspath $(FC_TEST_BIN_PATH ) ) \
114- go get github.com/containernetworking/plugins/plugins/ipam/host-local
113+ GO111MODULE=on GOBIN=$(abspath $(FC_TEST_BIN_PATH ) ) \
114+ go get github.com/containernetworking/plugins/plugins/ipam/host-local@v1.1.1
115115
116116$(FC_TEST_BIN_PATH ) /static :
117- GO111MODULE=off GOBIN=$(abspath $(FC_TEST_BIN_PATH ) ) \
118- go get github.com/containernetworking/plugins/plugins/ipam/static
117+ GO111MODULE=on GOBIN=$(abspath $(FC_TEST_BIN_PATH ) ) \
118+ go get github.com/containernetworking/plugins/plugins/ipam/static@v1.1.1
119119
120120$(FC_TEST_BIN_PATH ) /tc-redirect-tap :
121- GO111MODULE=off GOBIN=$(abspath $(FC_TEST_BIN_PATH ) ) \
122- go get github.com/awslabs/tc-redirect-tap/cmd/tc-redirect-tap
121+ GO111MODULE=on GOBIN=$(abspath $(FC_TEST_BIN_PATH ) ) \
122+ go get github.com/awslabs/tc-redirect-tap/cmd/tc-redirect-tap@v0.0.0-20220715050423-f2af44521093
123123
124124$(FC_TEST_DATA_PATH ) /ltag :
125125 GO111MODULE=on GOBIN=$(abspath $(FC_TEST_BIN_PATH ) ) \
You can’t perform that action at this time.
0 commit comments