Skip to content

Commit

Permalink
remove setting GO111MODULE in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Aug 17, 2021
1 parent ea28714 commit 58fe974
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-s -w -X github.com/itchyny/$(BIN)/cli.revision=$(CURRENT_REVISION)"
GOBIN ?= $(shell go env GOPATH)/bin
SHELL := /bin/bash
export GO111MODULE=on

.PHONY: all
all: build
Expand Down

0 comments on commit 58fe974

Please sign in to comment.