makefile update

pull/791/head
hunterlong 2020-08-22 14:42:48 -07:00
parent 130cc3ede7
commit b88df1a993
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ test: clean compile
go test -v -p=1 -ldflags="-X main.VERSION=${VERSION} -X main.COMMIT=${COMMIT}" -coverprofile=coverage.out ./... go test -v -p=1 -ldflags="-X main.VERSION=${VERSION} -X main.COMMIT=${COMMIT}" -coverprofile=coverage.out ./...
build: clean build: clean
CGO_ENABLED=1 go build -a -ldflags "-s -w -extldflags -static -X main.VERSION=${VERSION} -X main.COMMIT=${COMMIT}" -o statping --tags "netgo osusergo" ./cmd CGO_ENABLED=1 go build -a -ldflags "-s -w -X main.VERSION=${VERSION} -X main.COMMIT=${COMMIT}" -o statping --tags "netgo osusergo" ./cmd
go-build: clean go-build: clean
rm -rf source/dist rm -rf source/dist

View File

@ -8,7 +8,7 @@ const tokenKey = "statping_auth";
class Api { class Api {
constructor() { constructor() {
this.version = "0.90.64"; this.version = "0.90.64";
this.commit = "ae3735f0cf58ff0971c0db9b02845513a9248000"; this.commit = "130cc3ede7463ec9af8d62abb84992e2a0ef453c";
} }
async oauth() { async oauth() {

View File

@ -2275,7 +2275,7 @@ OluFxewsEO0QNDrfFb+0gnjYlnGqOFcZjUMXbDdY5oLSPtXohynuTK1qyQ==
</div> </div>
<div class="text-center small text-dim" v-pre> <div class="text-center small text-dim" v-pre>
Automatically generated from Statping's Wiki on 2020-08-22 07:20:39.807157 &#43;0000 UTC Automatically generated from Statping's Wiki on 2020-08-22 21:27:09.3468 &#43;0000 UTC
</div> </div>
</div> </div>