Update go workflow version

This commit is contained in:
tidwall 2024-06-03 20:13:06 -07:00
parent 16055ff745
commit c6290ddb63
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.20
go-version: ^1.22
- name: Check out code
uses: actions/checkout@v2