File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 5050 name : E2E tests for K8s (KinD)
5151 runs-on : ubuntu-latest
5252 env :
53- DAPR_RUNTIME_PINNED_VERSION : 1.16.1-rc.3
53+ DAPR_RUNTIME_PINNED_VERSION : 1.16.1
5454 DAPR_DASHBOARD_PINNED_VERSION : 0.15.0
5555 DAPR_RUNTIME_LATEST_STABLE_VERSION :
5656 DAPR_DASHBOARD_LATEST_STABLE_VERSION :
Original file line number Diff line number Diff line change 3838 GOARCH : ${{ matrix.target_arch }}
3939 GOPROXY : https://proxy.golang.org
4040 ARCHIVE_OUTDIR : dist/archives
41- DAPR_RUNTIME_PINNED_VERSION : " 1.16.1-rc.3 "
41+ DAPR_RUNTIME_PINNED_VERSION : " 1.16.1"
4242 DAPR_DASHBOARD_PINNED_VERSION : 0.15.0
4343 DAPR_RUNTIME_LATEST_STABLE_VERSION : " "
4444 DAPR_DASHBOARD_LATEST_STABLE_VERSION : " "
Original file line number Diff line number Diff line change @@ -45,9 +45,6 @@ func main() {
4545 mux .HandleFunc ("/healthz" , func (w http.ResponseWriter , r * http.Request ) {})
4646
4747 go func () {
48- log .Println ("Waiting for registration call..." )
49- <- regCh
50- log .Println ("Registration call received" )
5148 register (ctx )
5249 }()
5350
You can’t perform that action at this time.
0 commit comments