diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7005ee85..a8d3fdad 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,10 +25,10 @@ jobs: run: go build -v ./cmd/... - name: Test - run: go run ./script/run-test -v -cover -coverpkg github.com/xhd2015/xgo/runtime/... -coverprofile covers/cover.out + run: go run ./script/run-test -v -cover -coverpkg github.com/xhd2015/xgo/runtime/... -coverprofile cover.out - name: Print coverage - run: cd runtime && go tool cover --func ../covers/cover-runtime.out + run: cd runtime && go tool cover --func ../cover-runtime.out - name: Build Release run: go run ./script/build-release diff --git a/cmd/xgo/version.go b/cmd/xgo/version.go index ea982900..9be4ef90 100644 --- a/cmd/xgo/version.go +++ b/cmd/xgo/version.go @@ -3,8 +3,8 @@ package main import "fmt" const VERSION = "1.0.11" -const REVISION = "6d76bd0ec32e7b161f19ac216fc42af3eccecadd+1" -const NUMBER = 132 +const REVISION = "4a8ff09872d64a809f7c4e31364094c6b5bc9fe0+1" +const NUMBER = 134 func getRevision() string { return fmt.Sprintf("%s %s BUILD_%d", VERSION, REVISION, NUMBER) diff --git a/runtime/core/version.go b/runtime/core/version.go index ea708ade..0074a494 100644 --- a/runtime/core/version.go +++ b/runtime/core/version.go @@ -7,8 +7,8 @@ import ( ) const VERSION = "1.0.11" -const REVISION = "6d76bd0ec32e7b161f19ac216fc42af3eccecadd+1" -const NUMBER = 132 +const REVISION = "4a8ff09872d64a809f7c4e31364094c6b5bc9fe0+1" +const NUMBER = 134 // these fields will be filled by compiler const XGO_VERSION = ""