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

2
go.mod
View File

@@ -2,8 +2,6 @@ module github.com/dropalldatabases/sif
go 1.24.0
toolchain go1.25.5
require (
github.com/antchfx/htmlquery v1.3.0
github.com/charmbracelet/lipgloss v0.8.0