Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.22.6 (#1297)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go](https://go.dev/) ([source](https://togithub.com/golang/go)) |
toolchain | minor | `1.21.4` -> `1.22.6` |

---

### Release Notes

<details>
<summary>golang/go (go)</summary>

###
[`v1.22.6`](https://togithub.com/golang/go/compare/go1.22.5...go1.22.6)

###
[`v1.22.5`](https://togithub.com/golang/go/compare/go1.22.4...go1.22.5)

###
[`v1.22.4`](https://togithub.com/golang/go/compare/go1.22.3...go1.22.4)

###
[`v1.22.3`](https://togithub.com/golang/go/compare/go1.22.2...go1.22.3)

###
[`v1.22.2`](https://togithub.com/golang/go/compare/go1.22.1...go1.22.2)

###
[`v1.22.1`](https://togithub.com/golang/go/compare/go1.22.0...go1.22.1)

###
[`v1.22.0`](https://togithub.com/golang/go/compare/go1.21.10...go1.22.0)

###
[`v1.21.13`](https://togithub.com/golang/go/compare/go1.21.12...go1.21.13)

###
[`v1.21.12`](https://togithub.com/golang/go/compare/go1.21.11...go1.21.12)

###
[`v1.21.11`](https://togithub.com/golang/go/compare/go1.21.10...go1.21.11)

###
[`v1.21.10`](https://togithub.com/golang/go/compare/go1.21.9...go1.21.10)

###
[`v1.21.9`](https://togithub.com/golang/go/compare/go1.21.8...go1.21.9)

###
[`v1.21.8`](https://togithub.com/golang/go/compare/go1.21.7...go1.21.8)

###
[`v1.21.7`](https://togithub.com/golang/go/compare/go1.21.6...go1.21.7)

###
[`v1.21.6`](https://togithub.com/golang/go/compare/go1.21.5...go1.21.6)

###
[`v1.21.5`](https://togithub.com/golang/go/compare/go1.21.4...go1.21.5)

</details>

---

### 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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/open-feature/flagd).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjE3IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 05f6658 commit 50b92c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/open-feature/flagd/core

go 1.21

toolchain go1.21.4
toolchain go1.22.6

require (
buf.build/gen/go/open-feature/flagd/grpc/go v1.5.1-20240215170432-1e611e2999cc.1
Expand Down
2 changes: 1 addition & 1 deletion flagd-proxy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/open-feature/flagd/flagd-proxy

go 1.21

toolchain go1.21.4
toolchain go1.22.6

require (
buf.build/gen/go/open-feature/flagd/grpc/go v1.5.1-20240215170432-1e611e2999cc.1
Expand Down
2 changes: 1 addition & 1 deletion flagd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/open-feature/flagd/flagd

go 1.21

toolchain go1.21.4
toolchain go1.22.6

require (
buf.build/gen/go/open-feature/flagd/connectrpc/go v1.16.2-20240215170432-1e611e2999cc.1
Expand Down

0 comments on commit 50b92c1

Please sign in to comment.