Skip to content

Commit

Permalink
chore(deps): bump GKE version in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Feb 4, 2025
1 parent 5ebf788 commit 7d9925f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
fail-fast: false
matrix:
kubernetes-version:
- 'v1.28.11'
- 'v1.32.1'
test: ${{ fromJSON(needs.setup-e2e-tests.outputs.test_names) }}
steps:
- name: checkout repository
Expand Down

1 comment on commit 7d9925f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 7d9925f Previous: 6a418a1 Ratio
BenchmarkDefaultContentToDBLessConfigConverter_Convert 139.1 ns/op 0 B/op 0 allocs/op 79.21 ns/op 0 B/op 0 allocs/op 1.76
BenchmarkDefaultContentToDBLessConfigConverter_Convert - ns/op 139.1 ns/op 79.21 ns/op 1.76

This comment was automatically generated by workflow using github-action-benchmark.

CC: @Kong/k8s-maintainers

Please sign in to comment.