Skip to content

Commit

Permalink
go version bump from 1.22.5 to 1.22.6
Browse files Browse the repository at this point in the history
Reference: etcd-io/etcd#18419
Signed-off-by: Chun-Hung Tseng <[email protected]>
  • Loading branch information
henrybear327 committed Aug 8, 2024
1 parent ada94ae commit 0f9a74f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG/CHANGELOG-3.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Note that we start to track changes starting from v3.6.

<hr>

## v3.6.0-alpha.1 (TBD)

### Others
- [Bump go version to 1.22.6](https://github.com/etcd-io/raft/pull/210)

## v3.6.0-alpha.0(2024-01-12)

### Features
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module go.etcd.io/raft/v3

go 1.22

toolchain go1.22.5
toolchain go1.22.6

require (
github.com/cockroachdb/datadriven v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion tools/mod/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module go.etcd.io/raft/tools/v3

go 1.22

toolchain go1.22.5
toolchain go1.22.6

require (
github.com/alexkohler/nakedret v1.0.0
Expand Down

0 comments on commit 0f9a74f

Please sign in to comment.