makefile go version update

pull/168/head^2
Hunter Long 2019-05-02 14:47:30 -07:00
parent 87c4052e44
commit 9234f7448f
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ GOBUILD=$(GOCMD) build -a
GOTEST=$(GOCMD) test GOTEST=$(GOCMD) test
GOGET=$(GOCMD) get GOGET=$(GOCMD) get
GOINSTALL=$(GOCMD) install 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)" BUILDVERSION=-ldflags "-X main.VERSION=${VERSION} -X main.COMMIT=$(TRAVIS_COMMIT)"
RICE=$(GOPATH)/bin/rice RICE=$(GOPATH)/bin/rice
PATH:=/usr/local/bin:$(GOPATH)/bin:$(PATH) PATH:=/usr/local/bin:$(GOPATH)/bin:$(PATH)

View File

@ -1,6 +1,6 @@
// Code generated by go generate; DO NOT EDIT. // Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at // 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. // This contains the most recently Markdown source for the Statping Wiki.
package source package source