Skip to content

Commit

Permalink
test --trap-stdlib with kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
xhd2015 committed May 29, 2024
1 parent f52fb37 commit 0c4acd7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -107,7 +107,7 @@ jobs:
run: |
source util.sh
cd kubernetes/kubernetes
xgo test -v ./...
xgo test --trap-stdlib -v ./...
- name: Summary
run: |
Expand Down
4 changes: 2 additions & 2 deletions cmd/xgo/runtime_gen/core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down
4 changes: 2 additions & 2 deletions cmd/xgo/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 := ""
Expand Down
4 changes: 2 additions & 2 deletions runtime/core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 0c4acd7

Please sign in to comment.