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
.github/workflows

View file

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