mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-26 22:24:58 +08:00
remove setting GO111MODULE in Makefile
This commit is contained in:
parent
535165d72f
commit
f749335cf8
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -4,7 +4,6 @@ VERSION_PATH := cmd/$(BIN)
|
|||
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
|
||||
BUILD_LDFLAGS := "-s -w -X main.revision=$(CURRENT_REVISION)"
|
||||
GOBIN ?= $(shell go env GOPATH)/bin
|
||||
export GO111MODULE=on
|
||||
|
||||
.PHONY: all
|
||||
all: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue