ci: upgrade to go 1.24 in all workflows

This commit is contained in:
Celeste Hickenlooper
2026-01-03 06:04:33 -08:00
parent 6c44c6dc6f
commit ec51fb69b9
4 changed files with 3 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
go-version: "1.24"
- name: Build
run: make
- name: Run tests with coverage

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
go-version: "1.24"
- name: Build for Windows
run: |

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
go-version: "1.24"
- name: Build Sif
run: make
- name: Run Sif with features