upgrade to go 1.25

This commit is contained in:
Shivaram Lingamneni 2025-08-18 00:07:11 -04:00
parent 064291e902
commit 8913bd7fa9
3 changed files with 3 additions and 3 deletions

View file

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