Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 69ec28f commit 6e43d01
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.22.0

toolchain go1.22.7
toolchain go1.23.1

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

toolchain go1.22.7
toolchain go1.23.1

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

toolchain go1.22.7
toolchain go1.23.1

require (
buf.build/gen/go/open-feature/flagd/connectrpc/go v1.16.2-20240906125204-0a6a901b42e8.1
Expand Down

0 comments on commit 6e43d01

Please sign in to comment.