dep: go 1.24.2

This commit is contained in:
Greg T. Wallace 2025-04-22 18:27:54 -04:00
parent e87a3100d2
commit 1392529a3f
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.24.1'
GO_VERSION: '1.24.2'
jobs:
build-common:

2
go.mod
View file

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