Skip to content

Commit b69346a

Browse files
committed
Dropped support for Go < 1.25
1 parent e5e83fe commit b69346a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
go: [1.26, 1.25, 1.24, 1.23]
9+
go: [1.26, 1.25]
1010
steps:
1111
- uses: actions/checkout@v6
1212
- uses: actions/setup-go@v6

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.0 (unreleased)
2+
3+
- Dropped support for Go < 1.25
4+
15
## 0.3.0 (2025-03-11)
26

37
- Added distance functions for Ent

go.mod

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

3-
go 1.23.0
3+
go 1.25.0
44

55
require (
66
entgo.io/ent v0.14.3

0 commit comments

Comments
 (0)