File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ $(FC_TEST_BIN_PATH)/tc-redirect-tap:
122
122
go get github.com/awslabs/tc-redirect-tap/cmd/tc-redirect-tap
123
123
124
124
$(FC_TEST_DATA_PATH ) /ltag :
125
- GO111MODULE=off GOBIN=$(abspath $(FC_TEST_DATA_PATH ) ) \
126
- go get github.com/kunalkushwaha/ltag
125
+ GO111MODULE=on GOBIN=$(abspath $(FC_TEST_BIN_PATH ) ) \
126
+ go get github.com/kunalkushwaha/ltag@v0.2.3
127
127
128
128
$(FIRECRACKER_DIR ) :
129
129
- git clone https://github.com/firecracker-microvm/firecracker.git $(FIRECRACKER_DIR )
@@ -144,6 +144,6 @@ firecracker-clean:
144
144
145
145
lint : deps
146
146
gofmt -s -l .
147
- $(FC_TEST_DATA_PATH ) /ltag -check -v -t .headers
147
+ $(FC_TEST_DATA_PATH ) /bin/ ltag -check -v -t .headers
148
148
149
149
.PHONY : all generate clean distclean build test unit-tests all-tests check-kvm
You can’t perform that action at this time.
0 commit comments