ci: upgrade to go 1.24 in all workflows

This commit is contained in:
vmfunc
2026-01-03 06:04:33 -08:00
parent 7268374333
commit 60c38e29cf
4 changed files with 3 additions and 5 deletions
+1 -1
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
+1 -1
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: |
+1 -1
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