Skip to content

Commit ec51fb6

Browse files
committed
ci: upgrade to go 1.24 in all workflows
1 parent 6c44c6d commit ec51fb6

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v4
1414
with:
15-
go-version: "1.23"
15+
go-version: "1.24"
1616
- name: Build
1717
run: make
1818
- name: Run tests with coverage

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v4
2424
with:
25-
go-version: "1.23"
25+
go-version: "1.24"
2626

2727
- name: Build for Windows
2828
run: |

.github/workflows/runtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: "1.23"
18+
go-version: "1.24"
1919
- name: Build Sif
2020
run: make
2121
- name: Run Sif with features

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/dropalldatabases/sif
22

33
go 1.24.0
44

5-
toolchain go1.25.5
6-
75
require (
86
github.com/antchfx/htmlquery v1.3.0
97
github.com/charmbracelet/lipgloss v0.8.0

0 commit comments

Comments
 (0)