Skip to content

Commit 5b1d581

Browse files
committed
Set minimum Go version
1 parent 61b72c8 commit 5b1d581

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v6
2929
- uses: actions/setup-go@v6
3030
with:
31-
go-version: '1.25'
31+
go-version: '1.24'
3232
- run: go version
3333

3434
- name: Run tests

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/andrewpillar/database
22

3-
go 1.25.5
3+
go 1.24.0
44

55
require modernc.org/sqlite v1.40.1
66

0 commit comments

Comments
 (0)