Skip to content

Commit

Permalink
use v1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <[email protected]>
  • Loading branch information
zirain committed Oct 4, 2024
1 parent 597df92 commit d526325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/eg_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var EGUpgradeTest = suite.ConformanceTest{
lastVersionTag := os.Getenv("last_version_tag")
if lastVersionTag == "" {
// Use v1.0.2 instead of v1.1.2 due to https://github.com/envoyproxy/gateway/issues/4336
lastVersionTag = "v1.0.2" // Default version tag if not specified
lastVersionTag = "v1.1.2" // Default version tag if not specified
}

// Uninstall the current version of EG
Expand Down

0 comments on commit d526325

Please sign in to comment.