remove setting GO111MODULE in Makefile

This commit is contained in:
itchyny 2021-09-18 23:45:47 +09:00
parent 535165d72f
commit f749335cf8

View file

@ -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