Skip to content

Commit

Permalink
use actual 0.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Mar 29, 2024
1 parent dec4392 commit 2768031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/kong/deck v1.26.1
github.com/kong/go-kong v0.48.0
github.com/kong/kubernetes-telemetry v0.1.1
github.com/kong/kubernetes-testing-framework v0.39.2-0.20240327202446-20b270f85f42
github.com/kong/kubernetes-testing-framework v0.39.2
github.com/lithammer/dedent v1.1.0
github.com/miekg/dns v1.1.56
github.com/mitchellh/mapstructure v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ github.com/kong/go-kong v0.48.0 h1:vK1OpoxO50qlKdwPfmx9ChvkTKRsoCCB3b3iHo1umLc=
github.com/kong/go-kong v0.48.0/go.mod h1:qH4CEFqT83ywmu1TlMZX09clQH4B8/dX88CtT/jdv/E=
github.com/kong/kubernetes-telemetry v0.1.1 h1:q8iABCuonO16p5q6QVygr7J39G5o5jK5Y3w3ZlE8JC4=
github.com/kong/kubernetes-telemetry v0.1.1/go.mod h1:0yzRZVPwKeOQUFMWbROEJzUE1z8WWngWiujoYtdEEPA=
github.com/kong/kubernetes-testing-framework v0.39.2-0.20240327202446-20b270f85f42 h1:mf06+/5Lvv3+OeLbjA325iOJYvX7joO7iJ0N/Z3/3rs=
github.com/kong/kubernetes-testing-framework v0.39.2-0.20240327202446-20b270f85f42/go.mod h1:12TQ5gAkZhuxh47IJcW03iumky1X/T7ZCStuClQ1vzs=
github.com/kong/kubernetes-testing-framework v0.39.2 h1:sEswj0Bs9COlJZaWxc5/jRp+Qq5lF3ieS2c0F8vWc+s=
github.com/kong/kubernetes-testing-framework v0.39.2/go.mod h1:12TQ5gAkZhuxh47IJcW03iumky1X/T7ZCStuClQ1vzs=
github.com/kong/semver/v4 v4.0.1 h1:DIcNR8W3gfx0KabFBADPalxxsp+q/5COwIFkkhrFQ2Y=
github.com/kong/semver/v4 v4.0.1/go.mod h1:LImQ0oT15pJvSns/hs2laLca2zcYoHu5EsSNY0J6/QA=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
Expand Down

1 comment on commit 2768031

@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: 2768031 Previous: 106b560 Ratio
BenchmarkDefaultContentToDBLessConfigConverter_Convert 117.1 ns/op 0 B/op 0 allocs/op 73.3 ns/op 0 B/op 0 allocs/op 1.60
BenchmarkDefaultContentToDBLessConfigConverter_Convert - ns/op 117.1 ns/op 73.3 ns/op 1.60

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

CC: @Kong/k8s-maintainers

Please sign in to comment.