File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11name : (k8s package) E2E tests
2- on :
3- pull_request :
2+ # disabling for now, as they always fail
3+ # on:
4+ # pull_request:
45
56concurrency :
67 group : e2e-tests-k8s-${{ github.ref }}
Original file line number Diff line number Diff line change 11name : WASP E2E tests
2- on : [push]
2+ # disabling for now, as they always fail
3+ # on:
4+ # push:
35concurrency :
46 group : ${{ github.workflow }}-${{ github.ref }}
57 cancel-in-progress : true
Original file line number Diff line number Diff line change 1- golang 1.22 .3
1+ golang 1.23 .3
22nodejs 18.20.3
33k3d 5.6.3
44act 0.2.52
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ require (
4747 github.com/edsrzf/mmap-go v1.1.0 // indirect
4848 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
4949 github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
50- github.com/fatih/color v1.15 .0 // indirect
50+ github.com/fatih/color v1.16 .0 // indirect
5151 github.com/felixge/httpsnoop v1.0.3 // indirect
5252 github.com/fsnotify/fsnotify v1.6.0 // indirect
5353 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
@@ -176,7 +176,7 @@ require (
176176 go4.org/netipx v0.0.0-20230125063823-8449b0a6169f // indirect
177177 golang.org/x/arch v0.8.0 // indirect
178178 golang.org/x/crypto v0.27.0 // indirect
179- golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
179+ golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
180180 golang.org/x/mod v0.17.0 // indirect
181181 golang.org/x/net v0.29.0 // indirect
182182 golang.org/x/oauth2 v0.23.0 // indirect
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL
190190github.com/fatih/color v1.13.0 /go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk =
191191github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs =
192192github.com/fatih/color v1.15.0 /go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw =
193+ github.com/fatih/color v1.16.0 /go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE =
193194github.com/felixge/httpsnoop v1.0.3 h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk =
194195github.com/felixge/httpsnoop v1.0.3 /go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U =
195196github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY =
@@ -815,6 +816,7 @@ golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EH
815816golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 /go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU =
816817golang.org/x/exp v0.0.0-20231006140011-7918f672742d h1:jtJma62tbqLibJ5sFQz8bKtEM8rJBtfilJ2qTU199MI =
817818golang.org/x/exp v0.0.0-20231006140011-7918f672742d /go.mod h1:ldy0pHrwJyGW56pPQzzkH36rKxoZW1tw7ZJpeKx+hdo =
819+ golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa /go.mod h1:zk2irFbV9DP96SEBUUAy67IdHUaZuSnrz1n472HUCLE =
818820golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 /go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js =
819821golang.org/x/image v0.0.0-20190802002840-cff245a6509b /go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0 =
820822golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 /go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE =
You can’t perform that action at this time.
0 commit comments