From 51e584740931de5d6b3c312c3cca0362bdc98d08 Mon Sep 17 00:00:00 2001
From: "Greg T. Wallace" <greg@gregtwallace.com>
Date: Tue, 17 Sep 2024 18:44:33 -0400
Subject: [PATCH] go: update to 1.23.1

---
 .github/workflows/build_releases.yml | 2 +-
 go.mod                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml
index 5114c97..5ff7f19 100644
--- a/.github/workflows/build_releases.yml
+++ b/.github/workflows/build_releases.yml
@@ -8,7 +8,7 @@ on:
 
 env:
   GITHUB_REF: ${{ github.ref }}
-  GO_VERSION: '1.22.4'
+  GO_VERSION: '1.23.1'
 
 jobs:
   build-common:
diff --git a/go.mod b/go.mod
index ad1bc05..11730be 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module apc-p15-tool
 
-go 1.22.4
+go 1.23.1
 
 require (
 	github.com/peterbourgon/ff/v4 v4.0.0-alpha.4