Skip to content

Commit 8cdb2a0

Browse files
Fix Github Actions Workflow (#81)
- Upgrade `actions/setup-go@v1` to `actions/setup-go@v5` - Upgrade to `go 1.24.0` --------- Co-authored-by: Abhinav Dangeti <abhinav@couchbase.com>
1 parent 99d558a commit 8cdb2a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
go-version: [1.20.x, 1.21.x, 1.22.x]
11+
go-version: [1.23.x, 1.24.x, 1.25.x]
1212
platform: [ubuntu-latest, macos-latest, windows-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:
1515
- name: Install Go
16-
uses: actions/setup-go@v1
16+
uses: actions/setup-go@v5
1717
with:
1818
go-version: ${{ matrix.go-version }}
1919
- name: Checkout code

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/blevesearch/bleve_index_api
22

3-
go 1.21
3+
go 1.24

0 commit comments

Comments
 (0)