mirror of https://github.com/statping/statping
makefile go version update
parent
87c4052e44
commit
9234f7448f
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ GOBUILD=$(GOCMD) build -a
|
|||
GOTEST=$(GOCMD) test
|
||||
GOGET=$(GOCMD) get
|
||||
GOINSTALL=$(GOCMD) install
|
||||
XGO=GOPATH=$(GOPATH) xgo -go 1.11 --dest=build
|
||||
XGO=GOPATH=$(GOPATH) xgo -go 1.12.x --dest=build
|
||||
BUILDVERSION=-ldflags "-X main.VERSION=${VERSION} -X main.COMMIT=$(TRAVIS_COMMIT)"
|
||||
RICE=$(GOPATH)/bin/rice
|
||||
PATH:=/usr/local/bin:$(GOPATH)/bin:$(PATH)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// This file was generated by robots at
|
||||
// 2019-05-02 12:28:04.3183 -0700 PDT m=+0.492328981
|
||||
// 2019-05-02 14:37:44.187415 -0700 PDT m=+0.535960846
|
||||
//
|
||||
// This contains the most recently Markdown source for the Statping Wiki.
|
||||
package source
|
||||
|
|
Loading…
Reference in New Issue