Skip to content

Commit e81b686

Browse files
JoffrefKern--
authored andcommitted
Pinned versions
Signed-off-by: Mathis Joffre <[email protected]>
1 parent da8e44a commit e81b686

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,20 +106,20 @@ else
106106
endif
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)) \

0 commit comments

Comments
 (0)