dep: go 1.23.5

This commit is contained in:
Greg T. Wallace 2025-01-27 19:22:45 -05:00
parent 47b964d6ee
commit eedbdfcc2a
2 changed files with 2 additions and 2 deletions
.github/workflows
go.mod

View file

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

2
go.mod
View file

@ -1,6 +1,6 @@
module apc-p15-tool module apc-p15-tool
go 1.23.1 go 1.23.5
require ( require (
github.com/peterbourgon/ff/v4 v4.0.0-alpha.4 github.com/peterbourgon/ff/v4 v4.0.0-alpha.4