File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/dropalldatabases/sif
22
33go 1.24.0
44
5- toolchain go1.25.5
6-
75require (
86 github.com/antchfx/htmlquery v1.3.0
97 github.com/charmbracelet/lipgloss v0.8.0
You can’t perform that action at this time.
0 commit comments