upgrade to go 1.24 (#2217)

This commit is contained in:
Shivaram Lingamneni
2025-02-12 21:15:21 -05:00
committed by GitHub
parent eb84ede5f7
commit 7e18362d35
76 changed files with 15 additions and 9454 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: "setup go"
uses: "actions/setup-go@v3"
with:
go-version: "1.23"
go-version: "1.24"
- name: "install python3-pytest"
run: "sudo apt install -y python3-pytest"
- name: "make install"