Skip to content

Commit 768f237

Browse files
committed
Use correct latest version number for dapr e2e
Signed-off-by: joshvanl <[email protected]>
1 parent de38192 commit 768f237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/upgrade/upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type upgradePath struct {
3030
}
3131

3232
const (
33-
latestRuntimeVersion = "1.16.1-rc.3"
33+
latestRuntimeVersion = "1.16.1"
3434
latestRuntimeVersionMinusOne = "1.15.11"
3535
latestRuntimeVersionMinusTwo = "1.14.5"
3636
dashboardVersion = "0.15.0"

0 commit comments

Comments
 (0)