File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11OUTPUT_DIR = ./builds
22GIT_COMMIT = ` git rev-parse HEAD | cut -c1-7 `
3- VERSION = 2.7.0
3+ VERSION = 2.7.1
44BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION ) -X main.CommitID=$(GIT_COMMIT ) "
55STATIC_OPTIONS = -ldflags "-extldflags='-static' -X main.Version=$(VERSION ) -X main.CommitID=$(GIT_COMMIT ) "
66
@@ -67,9 +67,9 @@ js/node_modules/webpack:
6767 npm install
6868
6969tools :
70- go get github.com/mitchellh/gox
71- go get github.com/tcnksm/ghr
72- go get github.com/jteeuwen /go-bindata/...
70+ go install github.com/mitchellh/gox@latest
71+ go install github.com/tcnksm/ghr@latest
72+ go install github.com/go-bindata /go-bindata/...
7373
7474test :
7575 if [ ` go fmt $( go list ./... | grep -v /vendor/) | wc -l` -gt 0 ]; then echo " go fmt error" ; exit 1; fi
You can’t perform that action at this time.
0 commit comments