mirror of
https://github.com/mgechev/revive.git
synced 2025-04-02 22:05:32 +02:00
build: enable go modules in makefile
This commit is contained in:
parent
8fcd76f422
commit
1b550a8467
4
Makefile
4
Makefile
@ -1,7 +1,9 @@
|
||||
.PHONY: test
|
||||
|
||||
export GO111MODULE=on
|
||||
|
||||
install:
|
||||
@go install
|
||||
@go mod vendor
|
||||
|
||||
build:
|
||||
@go build
|
||||
|
Loading…
x
Reference in New Issue
Block a user