From 0c4acd7b6a35a44d55e90ab24a2a4778156ffae3 Mon Sep 17 00:00:00 2001 From: xhd2015 Date: Wed, 29 May 2024 13:47:30 +0800 Subject: [PATCH] test --trap-stdlib with kubernetes --- .github/workflows/nightly-test.yml | 8 ++++---- cmd/xgo/runtime_gen/core/version.go | 4 ++-- cmd/xgo/version.go | 4 ++-- runtime/core/version.go | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/nightly-test.yml b/.github/workflows/nightly-test.yml index d1f7b6bd..3358e392 100644 --- a/.github/workflows/nightly-test.yml +++ b/.github/workflows/nightly-test.yml @@ -71,7 +71,7 @@ jobs: run: | source util.sh cd gin-gonic/gin - xgo test -v ./... + xgo test --trap-stdlib -v ./... - uses: actions/checkout@v4 with: @@ -83,7 +83,7 @@ jobs: run: | source util.sh cd pocketbase/pocketbase - xgo test -v ./... + xgo test --trap-stdlib -v ./... - uses: actions/checkout@v4 with: @@ -95,7 +95,7 @@ jobs: run: | source util.sh cd gohugoio/hugo - xgo test -v ./... + xgo test --trap-stdlib -v ./... - uses: actions/checkout@v4 with: @@ -107,7 +107,7 @@ jobs: run: | source util.sh cd kubernetes/kubernetes - xgo test -v ./... + xgo test --trap-stdlib -v ./... - name: Summary run: | diff --git a/cmd/xgo/runtime_gen/core/version.go b/cmd/xgo/runtime_gen/core/version.go index 180278e2..ef63577b 100755 --- a/cmd/xgo/runtime_gen/core/version.go +++ b/cmd/xgo/runtime_gen/core/version.go @@ -7,8 +7,8 @@ import ( ) const VERSION = "1.0.37" -const REVISION = "da25b0b8838244b76b23707349c5a2b343abc5d9+1" -const NUMBER = 242 +const REVISION = "f52fb37283a2f6c877d110627da71df63638a916+1" +const NUMBER = 243 // these fields will be filled by compiler const XGO_VERSION = "" diff --git a/cmd/xgo/version.go b/cmd/xgo/version.go index b2f956ee..68e863a6 100644 --- a/cmd/xgo/version.go +++ b/cmd/xgo/version.go @@ -3,8 +3,8 @@ package main import "fmt" const VERSION = "1.0.37" -const REVISION = "da25b0b8838244b76b23707349c5a2b343abc5d9+1" -const NUMBER = 242 +const REVISION = "f52fb37283a2f6c877d110627da71df63638a916+1" +const NUMBER = 243 func getRevision() string { revSuffix := "" diff --git a/runtime/core/version.go b/runtime/core/version.go index 180278e2..ef63577b 100644 --- a/runtime/core/version.go +++ b/runtime/core/version.go @@ -7,8 +7,8 @@ import ( ) const VERSION = "1.0.37" -const REVISION = "da25b0b8838244b76b23707349c5a2b343abc5d9+1" -const NUMBER = 242 +const REVISION = "f52fb37283a2f6c877d110627da71df63638a916+1" +const NUMBER = 243 // these fields will be filled by compiler const XGO_VERSION = ""