fix tests

This commit is contained in:
chrislu
2025-09-14 10:52:23 -07:00
parent 881a418b95
commit 4e11a378fd
7 changed files with 19 additions and 23 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.21
go-version: ^1.24
id: go
- name: Check out code