diff --git a/Makefile b/Makefile index e94d383e..f661b4f8 100644 --- a/Makefile +++ b/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) diff --git a/source/wiki.go b/source/wiki.go index 64d5ab05..4a326c5a 100644 --- a/source/wiki.go +++ b/source/wiki.go @@ -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