mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Go mod should be enabled here
This commit is contained in:
parent
8ffc4537b7
commit
a9b8b352fc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -25,7 +25,7 @@ clean:
|
|||
|
||||
# Set up vendor directory using `go mod vendor`
|
||||
vendor: go.mod
|
||||
GO111MODULE=off go mod vendor
|
||||
go mod vendor
|
||||
|
||||
# Run test suite
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue