Skip to content

Commit 714dcf9

Browse files
Sr4llunny
authored andcommitted
remove -i flag from GOFLAGS (#7778)
this flag is not needed for Go versions >=1.10 and creates problems while building. see golang/go#27285 (comment)
1 parent c832f0e commit 714dcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BINDATA := modules/{options,public,templates}/bindata.go
2222
GOFILES := $(shell find . -name "*.go" -type f ! -path "./vendor/*" ! -path "*/bindata.go")
2323
GOFMT ?= gofmt -s
2424

25-
GOFLAGS := -i -v
25+
GOFLAGS := -v
2626
EXTRA_GOFLAGS ?=
2727

2828
MAKE_VERSION := $(shell make -v | head -n 1)

0 commit comments

Comments
 (0)