Skip to content

Commit

Permalink
fix(deps): update module github.com/open-feature/go-sdk-contrib/tests…
Browse files Browse the repository at this point in the history
…/flagd to v1.2.2 (#651)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/open-feature/go-sdk-contrib/tests/flagd](https://togithub.com/open-feature/go-sdk-contrib)
| require | patch | `v1.2.1` -> `v1.2.2` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/open-feature/flagd).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 11, 2023
1 parent c0d7328 commit 9776973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flagd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/mattn/go-colorable v0.1.13
github.com/open-feature/flagd/core v0.5.3
github.com/open-feature/go-sdk-contrib/providers/flagd v0.1.12
github.com/open-feature/go-sdk-contrib/tests/flagd v1.2.1
github.com/open-feature/go-sdk-contrib/tests/flagd v1.2.2
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.15.0
go.uber.org/zap v1.24.0
Expand Down
2 changes: 2 additions & 0 deletions flagd/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,8 @@ github.com/open-feature/go-sdk-contrib/providers/flagd v0.1.12 h1:P6lMu7gsrfH6a2
github.com/open-feature/go-sdk-contrib/providers/flagd v0.1.12/go.mod h1:ltrOfusq78E1UF+mUW87uWSEBY5hImNHI8bdb6zN3KY=
github.com/open-feature/go-sdk-contrib/tests/flagd v1.2.1 h1:Tg712Egcqb5dsYxOGEaQbfD3g1mqPFdV4tSmKKKxDPk=
github.com/open-feature/go-sdk-contrib/tests/flagd v1.2.1/go.mod h1:zw/xpuDy9ziBEKVA1t4VoQtzFc80btAAQCiZkX6y9oQ=
github.com/open-feature/go-sdk-contrib/tests/flagd v1.2.2 h1:eRhi9l1zedWCS3Le3+PR/fQHuObsnBBVk7flm/UsOqk=
github.com/open-feature/go-sdk-contrib/tests/flagd v1.2.2/go.mod h1:zw/xpuDy9ziBEKVA1t4VoQtzFc80btAAQCiZkX6y9oQ=
github.com/open-feature/open-feature-operator v0.2.34 h1:VJt+tHagzxXG2l/O3xFWnY20B/LyBfOpnBTZEc+uQs0=
github.com/open-feature/open-feature-operator v0.2.34/go.mod h1:AQpIztSzUj+stvUi2GRJNTaEZhk6GAFt5xtUAQrWqtE=
github.com/open-feature/schemas v0.2.8 h1:oA75hJXpOd9SFgmNI2IAxWZkwzQPUDm7Jyyh3q489wM=
Expand Down

2 comments on commit 9776973

@github-actions
Copy link
Contributor

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.30.

Benchmark suite Current: 9776973 Previous: fe88061 Ratio
BenchmarkResolveFloatValue/test:_targetingFloatFlag 20419 ns/op 5049 B/op 85 allocs/op 14473 ns/op 5049 B/op 85 allocs/op 1.41

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

@github-actions
Copy link
Contributor

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.30.

Benchmark suite Current: 9776973 Previous: fe88061 Ratio
BenchmarkResolveBooleanValue/test_staticBoolFlag 2994 ns/op 304 B/op 7 allocs/op 1842 ns/op 304 B/op 7 allocs/op 1.63
BenchmarkResolveBooleanValue/test_targetingBoolFlag 19158 ns/op 5025 B/op 83 allocs/op 14581 ns/op 5025 B/op 83 allocs/op 1.31
BenchmarkResolveStringValue/test_targetingStringFlag 19095 ns/op 5049 B/op 85 allocs/op 14260 ns/op 5049 B/op 85 allocs/op 1.34

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

Please sign in to comment.