update go to 1.22.1

This commit is contained in:
Greg T. Wallace 2024-03-06 17:18:04 -05:00
parent 14517ca0a1
commit 55680245c9
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ on:
env: env:
GITHUB_REF: ${{ github.ref }} GITHUB_REF: ${{ github.ref }}
GO_VERSION: '1.22.0' GO_VERSION: '1.22.1'
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.21 go 1.22.1
require ( require (
github.com/peterbourgon/ff/v4 v4.0.0-alpha.4 github.com/peterbourgon/ff/v4 v4.0.0-alpha.4