Skip to content

Commit f1af61e

Browse files
committed
Test with Go 1.24 on CI
1 parent e21ea0f commit f1af61e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 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.23", "1.22", "1.21"]
9+
go: ["1.24", "1.23", "1.22", "1.21"]
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-go@v5
@@ -24,5 +24,7 @@ jobs:
2424
cd pgvector
2525
make
2626
sudo make install
27+
- if: ${{ matrix.go == '1.24' }}
28+
run: go get -u ./...
2729
- run: go generate ./ent && go mod tidy
2830
- run: go test -v

0 commit comments

Comments
 (0)