go: update to 1.23.1

This commit is contained in:
Greg T. Wallace 2024-09-17 18:44:33 -04:00
parent e2b5abc624
commit 51e5847409
2 changed files with 2 additions and 2 deletions
.github/workflows
go.mod

View file

@ -8,7 +8,7 @@ on:
env:
GITHUB_REF: ${{ github.ref }}
GO_VERSION: '1.22.4'
GO_VERSION: '1.23.1'
jobs:
build-common:

2
go.mod
View file

@ -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