From fd5b8e2dd28eaaab0fdc4a1dbc52267cd8559d89 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Mon, 9 Dec 2024 20:08:15 +0000 Subject: [PATCH] build: update Go to 1.23.4 (#1009) * build: update Go to 1.23.4 * changelog: add entry for #1009 --- .go-version | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index 14bee92c..27ddcc14 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.23.2 +1.23.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cd68509..5396934b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ BUG FIXES: * config: Fixed a bug where the Nomad strategy and target plugins would fail to connect to Nomad's Task API socket [[GH-966](https://github.com/hashicorp/nomad-autoscaler/pull/966)] IMPROVEMENTS: -* build: Updated to Go 1.23.2 [[GH-985](https://github.com/hashicorp/nomad-autoscaler/pull/985)] +* build: Updated to Go 1.23.4 [[GH-1009](https://github.com/hashicorp/nomad-autoscaler/pull/1009)] * build: Updated Nomad API dependency to 1.9.0 [[GH-986](https://github.com/hashicorp/nomad-autoscaler/pull/986)] * scaleutils: Add new node selector option `oldest_create_index` to select nodes with the oldest creation date [[GH-961](https://github.com/hashicorp/nomad-autoscaler/pull/961)]