Skip to content

Commit 368ddf1

Browse files
committed
ensure vendored files are used when building
1 parent 8ac4d9c commit 368ddf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
.PHONY: test build docker-image
44

5+
export GOFLAGS=-mod=vendor
6+
57
test:
68
go test ./...
79
go vet ./...

0 commit comments

Comments
 (0)