Skip to content

Commit

Permalink
Update GO VER and fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavdangeti committed Nov 1, 2023
1 parent 501a2cd commit c8c657f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- master
- v15.x
- v14.x
- v13.x
- v12.x
Expand All @@ -12,7 +13,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x]
go-version: [1.19.x, 1.20.x, 1.21.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/blevesearch/zapx/v15

go 1.19
go 1.20

require (
github.com/RoaringBitmap/roaring v1.2.3
Expand Down

0 comments on commit c8c657f

Please sign in to comment.