From 1a71b9409e0105f172a8735052018951288ea9df Mon Sep 17 00:00:00 2001 From: "Greg T. Wallace" <greg@gregtwallace.com> Date: Thu, 19 Jun 2025 16:13:15 -0400 Subject: [PATCH] dep: go 1.24.4 --- .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 808eecc..2b153fe 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.24.2' + GO_VERSION: '1.24.4' jobs: build-all: diff --git a/go.mod b/go.mod index 76eb3ca..ed438da 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module apc-p15-tool -go 1.24.2 +go 1.24.4 require ( github.com/peterbourgon/ff/v4 v4.0.0-alpha.4