forked from etcd-io/etcd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump go toolchain version to address CVE-2023-45288
Changes: - Bump release-3.6 toolchain version to 1.22.2 due to CVE-2023-45288 - Update CHANGELOG-3.4, CHANGELOG-3.5, and CHANGELOG-3.6 - Bump go version in rw-heatmaps (which was still at 1.21 where everything else is at 1.22) Reference: - PR etcd-io#17703
- Loading branch information
1 parent
24f5f06
commit aaff4d1
Showing
5 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module go.etcd.io/etcd/tools/rw-heatmaps/v3 | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/spf13/cobra v1.8.0 | ||
|