ci: update to go 1.22

This commit is contained in:
Toby 2024-04-27 21:00:21 -07:00
parent 59f16d0792
commit 8412ec3ab3
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- name: Setup Python # This is for the build script
uses: actions/setup-python@v5

View file

@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- name: Setup Python # This is for the build script
uses: actions/setup-python@v5