From d97e964b35a206b78f7b472e3c1cf17cfbd4059f Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 14 Jan 2024 17:42:34 -0500 Subject: [PATCH] v2.13.0: fix go release version in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1278970..2e4478d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ Many thanks to [@dallemon](https://github.com/dallemon), [@jwheare](https://gith ### Internal * Upgraded the Docker base image from Alpine 3.13 to 3.19. The resulting images are incompatible with Docker 19.x and lower (all currently non-EOL Docker versions should be supported). (#2103) -* Official release builds use Go 1.21.5 +* Official release builds use Go 1.21.6 ## [2.12.0] - 2023-10-10