ci: bump to go 1.22 (#426)

This commit is contained in:
Michael McLoughlin
2024-02-09 13:07:06 -08:00
committed by GitHub
parent f452cd339d
commit b2475ec56c
7 changed files with 38 additions and 38 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v3.3.1
with:
go-version: 1.21.x
go-version: 1.22.x
- name: Checkout code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
with: