update go version

This commit is contained in:
Matthew Rich 2024-05-25 13:24:28 -07:00
parent 3fb0c8238c
commit 03246f306f

View File

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21.1"
go-version: "1.22.1"
cache: false
- name: Check out code