File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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:
122122 go get github.com/awslabs/tc-redirect-tap/cmd/tc-redirect-tap
123123
124124$(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
127127
128128$(FIRECRACKER_DIR ) :
129129 - git clone https://github.com/firecracker-microvm/firecracker.git $(FIRECRACKER_DIR )
@@ -144,6 +144,6 @@ firecracker-clean:
144144
145145lint : deps
146146 gofmt -s -l .
147- $(FC_TEST_DATA_PATH ) /ltag -check -v -t .headers
147+ $(FC_TEST_DATA_PATH ) /bin/ ltag -check -v -t .headers
148148
149149.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