File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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.0-rc.8
53+ DAPR_RUNTIME_PINNED_VERSION : 1.16.0
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.0-rc.8 "
41+ DAPR_RUNTIME_PINNED_VERSION : " 1.16.0"
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 @@ -30,7 +30,7 @@ type upgradePath struct {
3030}
3131
3232const (
33- latestRuntimeVersion = "1.16.0-rc.8 "
33+ latestRuntimeVersion = "1.16.0"
3434 latestRuntimeVersionMinusOne = "1.15.11"
3535 latestRuntimeVersionMinusTwo = "1.14.5"
3636 dashboardVersion = "0.15.0"
You can’t perform that action at this time.
0 commit comments