From 7b351ffe83e69f810b08b4611f881e3a26ef701a Mon Sep 17 00:00:00 2001 From: Rahul Rampure Date: Fri, 26 Dec 2025 22:54:01 +0530 Subject: [PATCH 1/3] fix workflow --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 496c91e..e2cdef8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,12 +8,12 @@ jobs: test: strategy: matrix: - go-version: [1.20.x, 1.21.x, 1.22.x] + go-version: [1.23.x, 1.24.x, 1.25.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: - name: Install Go - uses: actions/setup-go@v1 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - name: Checkout code From 32447038a05e6aede9ca8b67bbfdb76ec3342772 Mon Sep 17 00:00:00 2001 From: Rahul Rampure Date: Fri, 26 Dec 2025 22:54:38 +0530 Subject: [PATCH 2/3] fix workflow --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8c0a530..6be460b 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/blevesearch/bleve_index_api -go 1.21 +go 1.24.0 From f5deb92c95fdf1675bdff0a99ac5f3483d4b6ba4 Mon Sep 17 00:00:00 2001 From: Abhinav Dangeti Date: Tue, 6 Jan 2026 10:45:12 -0700 Subject: [PATCH 3/3] Fix go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6be460b..6334eec 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/blevesearch/bleve_index_api -go 1.24.0 +go 1.24